lein-githooks icon indicating copy to clipboard operation
lein-githooks copied to clipboard

Incorrect split happening for command

Open jainsahab opened this issue 4 years ago • 0 comments

Because of the split happening while executing command, i can't execute a script located in any directory because / in path will be used to split the command which doesn't make sense. https://github.com/gmorpheme/lein-githooks/blob/71a48e0c1ebe5f8e0bd3d676e31950b102f83a8b/src/leiningen/githooks.clj#L135

image

What's the use case to split a command? why can't we simple execute it as it is?

jainsahab avatar Apr 16 '20 05:04 jainsahab