scripts/alias in rvm-1.0.10 vs scripts/alias in rvm-1.0.11
- old
+ new
@@ -24,11 +24,11 @@
alias_conflicts_with_ruby() {
# If default exists, we should return true.
[[ "$1" == "default" && ! -L "$rvm_path/rubies/default" ]] && return 1
# Open for suggestions to a better way of doing this...
alias_check_result="$(
- \. \"$rvm_path/scripts/initialize\"
- \. \"$rvm_path/scripts/selector\"
+ \. "$rvm_path/scripts/initialize"
+ \. "$rvm_path/scripts/selector"
export rvm_ruby_string=\"$1\"
__rvm_ruby_string > /dev/null 2>&1
echo "$?"
)"