Skip to content

Commit

Permalink
Turns out it was the previous 1.8.7 install that was jacked, not the …
Browse files Browse the repository at this point in the history
…rbx installer.
  • Loading branch information
wayneeseguin committed Feb 11, 2010
1 parent 7641445 commit d1be6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/manage
Expand Up @@ -308,9 +308,9 @@ RubyWrapper
fi

if [[ "$rvm_trace_flag" -eq 1 ]] ; then
rvm_ruby_make="\$(rvm 1.8.7 ; rake install --trace)" ; message="Compiling rbx"
rvm_ruby_make="rvm 1.8.7 ; rake install --trace" ; message="Compiling rbx (with --trace)"
else
rvm_ruby_make="\$(rvm 1.8.7 ; rake install)" ; message="Compiling rbx"
rvm_ruby_make="rvm 1.8.7 ; rake install" ; message="Compiling rbx"
fi
__rvm_run "rake" "$rvm_ruby_make" "$message"
result=$? ; if [[ "$result" -gt 0 ]] ; then
Expand Down

0 comments on commit d1be6f0

Please sign in to comment.