Failure with path that has special characters
Closed this issue · 2 comments
lundmorten commented
Some of My Dropbox folders contains parenthesis, which results in an error.
/bin/sh: -c: line 0: syntax error near unexpected token
('`
tobium commented
( and ) must be escaped with \
so "(" should be "(" and ")" should be ")"
tmackness commented
please do a PR with changes.