Skip to content

Commit

Permalink
always add --trace to rbx rake install, notify @wayneeseguin
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jun 1, 2012
1 parent 6106993 commit 00ea044
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/functions/manage/rubinius
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,9 @@ rbx_install()
rvm_ruby_make="CONFIGURE_ARGS=${rvm_configure_args## } "
fi

rvm_ruby_make="${rvm_ruby_make:-}$rvm_wrappers_path/$ruby/rake install"
rvm_ruby_make="${rvm_ruby_make:-}$rvm_wrappers_path/$ruby/rake install --trace"
message="$rvm_ruby_string - #compiling"

if (( ${rvm_trace_flag:=0} == 1 ))
then
rvm_ruby_make="${rvm_ruby_make} --trace"
message="$message (with --trace)"
fi

__rvm_run "rake" "$rvm_ruby_make" "$message"
result=$?

Expand Down

0 comments on commit 00ea044

Please sign in to comment.