Skip to content

Commit 0383c01

Browse files
committed
Redirect the "1 file(s) copied" message to nul
1 parent b90fabd commit 0383c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconf.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
cscript /nologo win32\build\buildconf.js %*
33
SET PHP_BUILDCONF_PATH=%~dp0
4-
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH%
4+
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
55
SET PHP_SDK_SCRIPT_PATH=

0 commit comments

Comments
 (0)