Addressing comments raised in #171

master
Jordan Harband 2013-11-29 14:26:12 -06:00
parent 49e9a309c3
commit 5686d9a3bb
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -206,7 +206,7 @@ nvm() {
echo 'NVM Needs curl to proceed.' >&2;
fi
if [ -z "`which shasum`" ]; then
if [ ! `\which shasum` ]; then
shasum='sha1sum'
fi