diff --git a/scripts/initialize b/scripts/initialize
index 5c8579a..bdf1274 100644
@@ -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