Skip to content

Commit

Permalink
Fixed some typos and semantic structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Deryl R. Doucette committed May 29, 2012
1 parent 866785d commit c24fb6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions binscripts/rvm-installer
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -406,10 +406,9 @@ chmod +x ./scripts/install
if (( ${#install_rubies[@]} > 0 )) if (( ${#install_rubies[@]} > 0 ))
then then
{ {
echo "Ruby (and gems) of your selection will be installed shortly," echo "Ruby (and needed base gems) for your selection will be installed shortly."
echo "before it happens please read and execute the bellow instruction." echo "Before it happens, please read and execute the instructions below."
echo "Please use separate terminal to execute any additional commands." echo "Please use a separate terminal to execute any additional commands."
rvm requirements
echo "Press 'q' to continue." echo "Press 'q' to continue."
} | less } | less
fi fi
Expand Down

0 comments on commit c24fb6a

Please sign in to comment.