hpcugent/vsc-base

shell_quote doesn't escape '$', '(', ')' which have a special meaning in shell

Closed this issue · 2 comments

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.

PR that attempts to fix this at #151

fixed in #257