Skip to content

Commit

Permalink
[plugin cli] Wrap arguments in quotes to preserve whitespace (elastic…
Browse files Browse the repository at this point in the history
…#9124)

Backports PR elastic#8945

**Commit 1:**
[plugin cli] Wrap arguments in quotes to preserve whitespace

* Original sha: 18d6e92
* Authored by Jonathan Budzenski <[email protected]> on 2016-11-02T17:28:49Z
  • Loading branch information
elastic-jasper authored and jbudz committed Nov 17, 2016
1 parent 24840a9 commit 6eb9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kibana-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -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" "$@"

0 comments on commit 6eb9b26

Please sign in to comment.