We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a58cf3 commit e408bcaCopy full SHA for e408bca
win32/build/phpize.bat
@@ -1,7 +1,7 @@
1
@echo off
2
SET PHP_BUILDCONF_PATH=%~dp0
3
cscript /nologo /e:jscript %PHP_BUILDCONF_PATH%\script\phpize.js %*
4
-IF ERRORLEVEL 0 exit /b 3
+IF %ERRORLEVEL% NEQ 0 exit /b 3
5
IF NOT EXIST configure.bat (
6
echo Error generating configure script, configure script was not copied
7
exit /b 3
0 commit comments