diff options
| author | xue <> | 2006-06-19 03:47:06 +0000 |
|---|---|---|
| committer | xue <> | 2006-06-19 03:47:06 +0000 |
| commit | fbfe148a617e1a170bf702a3c476b6012aa16540 (patch) | |
| tree | 6ee64b8d8b9d7d59b9cd2690da6ee8ae373406d2 | |
| parent | 6f88bcae87f8ff5cd188690f17656736d279d580 (diff) | |
updated phing script
| -rw-r--r-- | phing | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 $@ + |
