Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix rbx configure, fix #1399
  • Loading branch information
mpapis committed Dec 20, 2012
1 parent fe2a0bb commit 0de6993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/manage/rubinius
Expand Up @@ -164,7 +164,7 @@ rubinius_install()
(( ${rvm_llvm_flag:=1} )) || rvm_configure_flags+=( --disable-llvm )

__rvm_log_command "configure" "$rvm_ruby_string - #configuring" \
$rvm_wrappers_path/$ruby/ruby "${rvm_configure_env[@]}" ./configure "${rvm_configure_flags[@]}" ||
env "${rvm_configure_env[@]}" $rvm_wrappers_path/$ruby/ruby ./configure "${rvm_configure_flags[@]}" ||
{
result=$?
rvm_error "There has been an error while running 'configure'. \nHalting the installation."
Expand Down

1 comment on commit 0de6993

@parndt
Copy link
Contributor

@parndt parndt commented on 0de6993 Dec 20, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

Please sign in to comment.