diff options
author | ctrlaltca <> | 2012-11-18 17:18:54 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-11-18 17:18:54 +0000 |
commit | cfd546c6b3240bd9d1ef34a9f6201b360fac3261 (patch) | |
tree | 626b0885f54cc5a066e92b3d6b4307756ace09c2 /phing | |
parent | 17139224a1f1f2bbdcc1f1a98cb20f60a12bdfab (diff) |
update ping. Part 2: added ping 2.4.12, fixed caller script
Diffstat (limited to 'phing')
-rw-r--r-- | phing | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,5 +1,13 @@ #!/bin/sh -PHING_HOME=`pwd`/buildscripts/phing -export PHING_HOME -php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@ +# Old version: call phing directly (still working) +#PHING_HOME=`pwd`/buildscripts/phing +#export PHING_HOME + +#PHP_CLASSPATH=$PHING_HOME/classes +#export PHP_CLASSPATH + +#php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@ + +# New version: let phing's wrapper do the dirty job +./buildscripts/phing/bin/phing $@
\ No newline at end of file |