connect-gzip icon indicating copy to clipboard operation
connect-gzip copied to clipboard

Cannot handle spaces in path

Open wmertens opened this issue 13 years ago • 0 comments

I was running connect-gzip from a directory that has a space in one of its parent dirs, and that makes the exec commands fail.

The code should use an arguments array instead of a string for executing CLI tools like rm or gzip so that the arguments don't get processed by sh.

wmertens avatar Feb 13 '12 11:02 wmertens