Skip to content

Commit

Permalink
improve base
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Sep 23, 2011
1 parent b808b5d commit 5ee46fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/base
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ true ${rvm_scripts_path:="$rvm_path/scripts"}
# Initialize all main RVM variables.
source "$rvm_scripts_path/initialize"

case "rvm_base_except" in
*selector*)
case " $rvm_base_except " in
(*[[:space:]]selector[[:space:]]*)
true # do not load.
;;
*)
(*)
source "$rvm_scripts_path/selector"
;;
esac
Expand Down

0 comments on commit 5ee46fe

Please sign in to comment.