未验证 提交 326cf5d8 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge pull request #3763 from EOSIO/gh#3511-fix-whitespace

Gh#3511 fix whitespace
......@@ -13,5 +13,5 @@ if [ -z $1 ] ; then
$PREFIX $cmd
done
else
$PREFIX $@
$PREFIX "$@"
fi
......@@ -30,4 +30,4 @@ else
CONFIG_DIR=""
fi
exec /opt/eosio/bin/nodeos $CONFIG_DIR $@
exec /opt/eosio/bin/nodeos $CONFIG_DIR "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册