未验证 提交 5205df82 编写于 作者: T Trevor Brown 提交者: GitHub

Merge pull request #163 from sakakibara/fix-default-gems-install

Fix marshal data too short error for default gems
......@@ -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.
先完成此消息的编辑!
想要评论请 注册