scripts/manage in rvm-1.0.21 vs scripts/manage in rvm-1.0.22
- old
+ new
@@ -646,11 +646,10 @@
__rvm_run "rake" "$rvm_ruby_make" "$message"
result=$?
if [[ "$result" -gt 0 ]] ; then
"$rvm_path/scripts/log" "error" \
- "There has been an error while running '$rvm_ruby_configure'. \
- \nHalting the installation."
+ "There has been an error while running '$rvm_ruby_configure'.\nHalting the installation."
return $result
fi ; unset ruby
# Symlink rubinius wrappers
ln -fs "$rvm_ruby_home/bin/rbx" "$rvm_ruby_home/bin/ruby"