Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/scripts/initialize b/scripts/initialize
index 5c8579a..bdf1274 100644
--- a/scripts/initialize
+++ b/scripts/initialize
@@ -10,9 +10,9 @@ else
     rvm_prefix_path="${rvm_prefix_path:-"$HOME/."}"
   elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then
     rvm_prefix_path="${rvm_prefix_path:-"/usr/local/"}"
-  else
-    echo -e "\nERROR: rvm scripts directory was not found\n"
-    if [[ $# -gt 0 ]] ; then exit 0 ; else return 1 ; fi
+#  else
+#    echo -e "\nERROR: rvm scripts directory was not found\n"
+#    if [[ $# -gt 0 ]] ; then exit 0 ; else return 1 ; fi
   fi
   rvm_rc_files="$HOME/.bash_profile $HOME/.bashrc $HOME/.zshrc"
 fi