[plugin cli] Wrap arguments in quotes to preserve whitespace

This commit is contained in:
Jonathan Budzenski 2016-11-02 12:28:49 -05:00
parent 80aaaf2872
commit 18d6e921ef
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
exit 1
fi
exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli_plugin" ${@}
exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli_plugin" "$@"