summaryrefslogtreecommitdiff
path: root/buildscripts/phing/bin/phing.bat
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/bin/phing.bat')
-rw-r--r--buildscripts/phing/bin/phing.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/phing/bin/phing.bat b/buildscripts/phing/bin/phing.bat
index c57c30dd..ea310470 100644
--- a/buildscripts/phing/bin/phing.bat
+++ b/buildscripts/phing/bin/phing.bat
@@ -2,7 +2,7 @@
rem *********************************************************************
rem ** the phing build script for Windows based systems
-rem ** $Id: phing.bat,v 1.5 2003/11/06 14:56:13 hlellelid Exp $
+rem ** $Id$
rem *********************************************************************
rem This script will do the following:
@@ -33,7 +33,7 @@ goto run
goto cleanup
:run
-%PHP_COMMAND% -d html_errors=off -qC %PHING_HOME%\bin\phing.php %1 %2 %3 %4 %5 %6 %7 %8 %9
+"%PHP_COMMAND%" -d html_errors=off -qC "%PHING_HOME%\bin\phing.php" %*
goto cleanup
:no_phpcommand
@@ -50,7 +50,7 @@ echo variable to your local phing installation!
goto cleanup
:set_classpath
-set PHP_CLASSPATH="%PHING_HOME%\classes"
+set PHP_CLASSPATH=%PHING_HOME%\classes
goto init
:cleanup