提交 a501d8d0 编写于 作者: S Sho Sakakibara

Fix marshal data too short error for default gems

上级 f272de2e
......@@ -103,7 +103,7 @@ install_default_gems() {
echo -n "Running: gem install $gem_name ${args[@]:-} ... "
if output=$($gem install "$gem_name" "${args[@]:-}" 2>&1); then
if output=$($gem install "$gem_name" "${args[@]+"${args[@]}"}" 2>&1); then
echo -e "SUCCESS"
else
echo -e "FAIL: $output"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册