diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2009-01-02 05:50:51 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-01-02 05:50:51 +0000 |
commit | 0383c0186749bd4366f80891c1bba1ebda82914e (patch) | |
tree | 05d5a433e0c021783165035aa2d25ca86a9b442d /buildconf.bat | |
parent | b90fabd8630fb16a8b06431573ea3f05b57b3b7e (diff) | |
download | php-git-0383c0186749bd4366f80891c1bba1ebda82914e.tar.gz |
Redirect the "1 file(s) copied" message to nul
Diffstat (limited to 'buildconf.bat')
-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= |