bash/rvm-install in rvm-0.0.23 vs bash/rvm-install in rvm-0.0.24
- old
+ new
@@ -13,11 +13,10 @@
mkdir -p ~/.rvm/src ~/.rvm/bin
for script in rvm ; do # Preparing for refactoring.
cp "`dirname "${0}"`/$script" ~/.rvm/bin/
done
-
# State what is required to use rvm
echo -e "\n\033[0;32mrvm\033[0m is a shell script that allows a user to manage multiple ruby versions in their own account."
echo -e "$info In order to use rvm the following line must occur in your shell's loading files:"
echo -e "\n\033[0;32m (a)\033[0m if [ -f ~/.rvm/bin/rvm ] ; then source ~/.rvm/bin/rvm ; fi"
@@ -26,10 +25,10 @@
read response
if [ "${response:0:1}" = "s" ] ; then
echo 'w00t!'
break
elif [ "${response:0:1}" = "m" ] ; then
- echo -e "$info Please make sure that both lines (a) and (b) are in place, with (a) sourced *first*."
+ echo -e "$info Please make sure that this line is in place."
break
fi
done
if [ "${response:0:1}" = "s" ] ; then