summaryrefslogtreecommitdiff
path: root/phing
diff options
context:
space:
mode:
authorxue <>2006-06-19 03:47:06 +0000
committerxue <>2006-06-19 03:47:06 +0000
commitfbfe148a617e1a170bf702a3c476b6012aa16540 (patch)
tree6ee64b8d8b9d7d59b9cd2690da6ee8ae373406d2 /phing
parent6f88bcae87f8ff5cd188690f17656736d279d580 (diff)
updated phing script
Diffstat (limited to 'phing')
-rw-r--r--phing8
1 files changed, 5 insertions, 3 deletions
diff --git a/phing b/phing
index d3eb513a..5d7c5210 100644
--- a/phing
+++ b/phing
@@ -1,3 +1,5 @@
-#!/bin/sh
-
-buildscripts/phing/bin/phing $0 $@
+#!/bin/sh
+PHING_HOME=`pwd`/buildscripts/phing
+export PHING_HOME
+php -d html_errors=off -qC buildscripts/phing/bin/phing.php -logger phing.listener.AnsiColorLogger $@
+