Closed kurowski closed 6 years ago
Trying to rsync with a space or parentheses in either the src or dest paths generates an error, e.g.
terminus rsync -- ~/Dropbox\ \(Personal\)/README.txt mysite.dev:files/ … sh: -c: line 0: syntax error near unexpected token `('
or
terminus rsync -- ~/README.txt mysite.dev:files/untitled\ folder/` … rsync: link_stat "/Users/brandt/Projects/mysite/web/dev.fff58070-166a-485f-a158-cb401d828423@appserver.dev.fff58070-166a-485f-a158-cb401d828423.drush.in:files/untitled" failed: No such file or directory (2)
This patch fixes it.
Thanks
Trying to rsync with a space or parentheses in either the src or dest paths generates an error, e.g.
or
This patch fixes it.