scripts/alias in rvm-1.0.0 vs scripts/alias in rvm-1.0.1

- old
+ new

@@ -7,11 +7,11 @@ alias_conflicts_with_ruby() { # If default exists, we should return true. [[ "$1" == "default" && ! -L "$rvm_rubies_path/default" ]] && return 1 # Open for suggestions to a better way of doing this... alias_check_result="$( - . $rvm_scripts_path/initialize - . $rvm_scripts_path/selector + \. $rvm_scripts_path/initialize + \. $rvm_scripts_path/selector export rvm_ruby_string="$1" __rvm_ruby_string > /dev/null 2>&1 echo "$?" )" if [[ "0" == "$alias_check_result" ]]; then