scripts/rvm-prompt in rvm-0.0.40 vs scripts/rvm-prompt in rvm-0.0.41

- old
+ new

@@ -1,5 +1,5 @@ #!/bin/bash -if [ ! -z "$(echo `which ruby` | grep 'rvm')" ] ; then +if [ ! -z "$(echo `which ruby` | grep '\.rvm')" ] ; then echo "[$(which ruby | xargs dirname | xargs dirname | xargs basename | tr '-' ':')]" fi