diff options
author | ctrlaltca@gmail.com <> | 2012-02-12 18:22:29 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-02-12 18:22:29 +0000 |
commit | e39de594a3e6182e70de41d7d5046e7f9c229498 (patch) | |
tree | 870ed5d9c9829632edf100b91368ee63b052f6e8 /phing | |
parent | 077bd970c87ffdc7751b52b6ec49485950b28510 (diff) |
small update to build scripts
Diffstat (limited to 'phing')
-rw-r--r-- | phing | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/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 $@ +php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@ |