Skip to content

Commit

Permalink
Oops. Don't really need to keep re-installing ruby 1.9.3-p194.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jul 19, 2012
1 parent 6438500 commit 8f6da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/50_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
if [[ "$(type -P rbenv)" ]]; then
versions=(1.9.3-p194 1.9.2-p290)

list="$(to_install "${versions[*]}" $(rbenv whence ruby))"
list="$(to_install "${versions[*]}" "$(rbenv whence ruby)")"
if [[ "$list" ]]; then
e_header "Installing Ruby versions: $list"
for version in $list; do rbenv install "$version"; done
Expand Down

0 comments on commit 8f6da3e

Please sign in to comment.