diff --git a/bin/hbase b/bin/hbase index 029ba4b75da..0585554b3b4 100755 --- a/bin/hbase +++ b/bin/hbase @@ -841,7 +841,7 @@ if [ "${DEBUG}" = "true" ]; then fi # resolve the command arguments -read -r -a CMD_ARGS <<< "$@" +CMD_ARGS=("$@") if [ "${#JSHELL_ARGS[@]}" -gt 0 ] ; then CMD_ARGS=("${JSHELL_ARGS[@]}" "${CMD_ARGS[@]}") fi