Skip to content

Commit

Permalink
remove space from grep, fix #618
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Nov 25, 2011
1 parent 346c691 commit 23488d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/env
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ __rvm_cleanse_variables()
# Add bin path if not present
__rvm_conditionally_add_bin_path()
{
if printf "${PATH//:/ }" | \grep -vF "${rvm_bin_path} " >/dev/null 2>&1
if printf "${PATH//:/ }" | \grep -vF "${rvm_bin_path}" >/dev/null 2>&1
then
case "${rvm_ruby_string:-"system"}" in
system)
Expand Down

0 comments on commit 23488d7

Please # to comment.