diff --git a/scripts/rvm b/scripts/rvm index f527e7a566..0d34ec6058 100755 --- a/scripts/rvm +++ b/scripts/rvm @@ -72,7 +72,7 @@ fi if [[ -n "${BASH_VERSION:-}" ]] then - if type rvm 2>&1 | grep 'function' >/dev/null + if type rvm 2>&1 | \grep 'function' >/dev/null then rvm_loaded_flag=1 else @@ -80,7 +80,7 @@ then fi elif [[ -n "${ZSH_VERSION:-}" ]] then - if type rvm 2>&1 | grep 'function' >/dev/null + if type rvm 2>&1 | \grep 'function' >/dev/null then rvm_loaded_flag=1 else