tmackness/dropbox-ignore-node_modules

Failure with path that has special characters

Closed this issue · 2 comments

Some of My Dropbox folders contains parenthesis, which results in an error.
/bin/sh: -c: line 0: syntax error near unexpected token ('`

( and ) must be escaped with \

so "(" should be "(" and ")" should be ")"

please do a PR with changes.