Skip to content

Commit 707d6cf

Browse files
committed
revert extra blank line before @echo off
1 parent c70e625 commit 707d6cf

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

buildconf.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@echo off
2-
32
cscript /nologo /e:jscript win32\build\buildconf.js %*
43
SET PHP_BUILDCONF_PATH=%~dp0
54
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul

win32/build/configure.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@echo off
2-
32
cscript /nologo /e:jscript configure.js %*

win32/build/phpize.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@echo off
2-
32
SET PHP_BUILDCONF_PATH=%~dp0
43
cscript /nologo /e:jscript %PHP_BUILDCONF_PATH%\script\phpize.js %*
54
IF NOT EXIST configure.bat (

0 commit comments

Comments
 (0)