mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: Redirect the "1 file(s) copied" message to nul
This commit is contained in:
parent
8accd1addc
commit
7c12271a56
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
cscript /nologo win32\build\buildconf.js %*
|
||||
SET PHP_BUILDCONF_PATH=%~dp0
|
||||
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH%
|
||||
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
|
||||
SET PHP_SDK_SCRIPT_PATH=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue