Skip to content

Commit

Permalink
If you're using set -e (and why wouldn't you), this halts all execution
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard committed Jul 3, 2012
1 parent 3e62657 commit d544d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -23,7 +23,7 @@ nvm_version()
echo "$VERSION"

if [ "$VERSION" = 'N/A' ]; then
return 13
return
fi
}

Expand Down

0 comments on commit d544d8e

Please sign in to comment.