This commit is contained in:
Andrew J. Kim 2012-12-08 12:33:16 -08:00
commit f999530058

2
nvm.sh
View File

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