mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[plugin cli] Wrap arguments in quotes to preserve whitespace
This commit is contained in:
parent
80aaaf2872
commit
18d6e921ef
1 changed files with 1 additions and 1 deletions
|
@ -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" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue