Skip to content

Commit dcea49b

Browse files
committed
Fix phpize.bat EOL
1 parent 9150226 commit dcea49b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

win32/build/phpize.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@echo off
2-
SET PHP_BUILDCONF_PATH=%~dp0
3-
cscript /nologo /e:jscript %PHP_BUILDCONF_PATH%\script\phpize.js %*
4-
IF NOT EXIST configure.bat (
5-
echo Error generating configure script, configure script was not copied
6-
exit /b 3
7-
) ELSE (
8-
echo Now run 'configure --help'
9-
)
10-
SET PHP_BUILDCONF_PATH=
1+
@echo off
2+
SET PHP_BUILDCONF_PATH=%~dp0
3+
cscript /nologo /e:jscript %PHP_BUILDCONF_PATH%\script\phpize.js %*
4+
IF NOT EXIST configure.bat (
5+
echo Error generating configure script, configure script was not copied
6+
exit /b 3
7+
) ELSE (
8+
echo Now run 'configure --help'
9+
)
10+
SET PHP_BUILDCONF_PATH=

0 commit comments

Comments
 (0)