scripts/alias in rvm-1.1.1 vs scripts/alias in rvm-1.1.2

- old
+ new

@@ -32,10 +32,11 @@ __rvm_ruby_string > /dev/null 2>&1 echo "$?" )" if [[ "0" == "$alias_check_result" ]]; then - "$rvm_path/scripts"/log "error" "\nYou have attempted to create an alias called '$1', which is recognized as a rvm ruby.\n" + "$rvm_path/scripts"/log "error" \ + "\nYou have attempted to create an alias called '$1', which is recognized as a rvm ruby.\n" return 0 fi return 1