diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2009-01-02 05:51:20 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-01-02 05:51:20 +0000 |
commit | 7c12271a560e704f46e921ce14fe2ae9c52aa9b4 (patch) | |
tree | 8c9611c2c4eec1781e319f7382485fe660026dea | |
parent | 8accd1addc1a47f49bc373ff811327232084a486 (diff) | |
download | php-git-7c12271a560e704f46e921ce14fe2ae9c52aa9b4.tar.gz |
MFH: Redirect the "1 file(s) copied" message to nul
-rw-r--r-- | buildconf.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf.bat b/buildconf.bat index 0b3b8ba7bc..aca8394d3c 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -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= |