Skip to content

Commit

Permalink
avoid displing rvm requirements twice for installer --ruby, update #993
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 29, 2012
1 parent 228d769 commit 588e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binscripts/rvm-installer
Expand Up @@ -416,7 +416,7 @@ chmod +x ./scripts/install

for _ruby in ${install_rubies[@]}
do
rvm install ${_ruby} -j 2
command rvm install ${_ruby} -j 2
done
for _ruby in ${install_rubies[@]}
do
Expand Down

0 comments on commit 588e549

Please sign in to comment.