From 7c12271a560e704f46e921ce14fe2ae9c52aa9b4 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 2 Jan 2009 05:51:20 +0000 Subject: [PATCH] MFH: Redirect the "1 file(s) copied" message to nul --- buildconf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- 2.50.1