Skip to content

Commit

Permalink
fix rbx configure, fix #1249, fix 8e23529
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 22, 2012
1 parent 7bb4b21 commit a59d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/manage/rubinius
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ rubinius_install()
# Explicitly disabled
(( ${rvm_llvm_flag:=1} )) || rvm_configure_flags+=( --disable-llvm )

__rvm_log_command "configure" "$rvm_ruby_string - #configuring"
__rvm_log_command "configure" "$rvm_ruby_string - #configuring" \
$rvm_wrappers_path/$ruby/ruby "${rvm_configure_env[@]}" ./configure "${rvm_configure_flags[@]}" ||
{
result=$?
Expand Down

0 comments on commit a59d970

Please sign in to comment.