Closed ChuckMac closed 9 years ago
If your local path has spaces in it (ex: Windows), the lcd command will fail due to the path not being quoted.
Hi, thx for your input.
We are refactoring photocopier and switching to Shellwords.
So this fix
"lcd #{Shellwords.escape(local)}",
will work on path with spaces too :)
If your local path has spaces in it (ex: Windows), the lcd command will fail due to the path not being quoted.