We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f272de2 commit a501d8dCopy full SHA for a501d8d
bin/install
@@ -103,7 +103,7 @@ install_default_gems() {
103
104
echo -n "Running: gem install $gem_name ${args[@]:-} ... "
105
106
- if output=$($gem install "$gem_name" "${args[@]:-}" 2>&1); then
+ if output=$($gem install "$gem_name" "${args[@]+"${args[@]}"}" 2>&1); then
107
echo -e "SUCCESS"
108
else
109
echo -e "FAIL: $output"
0 commit comments