Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Further quoting fixes.
  • Loading branch information
wayneeseguin committed Dec 7, 2010
1 parent 3c23e42 commit 76a560a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cli
Expand Up @@ -170,7 +170,7 @@ __rvm_parse_args()

-e)
rvm_action="ruby"
rvm_ruby_args="$rvm_token \"$next_token $@\""
IFS="\n" ; rvm_ruby_args="$rvm_token '$next_token $@'" ; IFS=" "
rvm_parse_break=1
;;

Expand Down Expand Up @@ -221,7 +221,7 @@ __rvm_parse_args()

elif [[ "-e" = "$next_token" ]] ; then
rvm_action="ruby"
rvm_ruby_args="$flag $next_token \"$@\""
IFS="\n" ; rvm_ruby_args="$flag $next_token '$@'" ; IFS=" "
rvm_parse_break=1

else
Expand Down

0 comments on commit 76a560a

Please sign in to comment.