Skip to content

Commit a719c73

Browse files
author
Dane Springmeyer
committed
use CALL
1 parent 60c6d28 commit a719c73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-appveyor.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ IF /I "%NPM_BIN_DIR%"=="%CD%" ECHO ERROR npm bin -g equals local directory && SE
115115
ECHO ===== where npm puts stuff END ============
116116

117117

118-
IF "%nodejs_version:~0,1%"=="0" npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
118+
IF "%nodejs_version:~0,1%"=="0" CALL npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
119119
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
120-
IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@3.x
120+
IF "%nodejs_version:~0,1%"=="4" CALL npm install node-gyp@3.x
121121
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
122-
IF "%nodejs_version:~0,1%"=="5" npm install node-gyp@3.x
122+
IF "%nodejs_version:~0,1%"=="5" CALL npm install node-gyp@3.x
123123
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
124124

125125
CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http

0 commit comments

Comments
 (0)