Skip to content

Commit

Permalink
MFH: Redirect the "1 file(s) copied" message to nul
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Jan 2, 2009
1 parent 8accd1a commit 7c12271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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=

0 comments on commit 7c12271

Please sign in to comment.