From d544d8e2eb8cdd90e3663b91b03736daf7a71a31 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Tue, 3 Jul 2012 10:41:15 +0100 Subject: [PATCH] If you're using set -e (and why wouldn't you), this halts all execution --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 6a6b25a..448936b 100755 --- a/nvm.sh +++ b/nvm.sh @@ -23,7 +23,7 @@ nvm_version() echo "$VERSION" if [ "$VERSION" = 'N/A' ]; then - return 13 + return fi }