This commit is contained in:
Daniel Stockman 2013-07-31 12:43:08 -07:00
commit 435bcf9427
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

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