shell_quote doesn't escape '$', '(', ')' which have a special meaning in shell
Closed this issue · 2 comments
boegel commented
This may lead to errors like syntax error near unexpected token(
when the obtained quoted value is passed as a token in a shell command.
JensTimmerman commented
fixed in #257