This commit is contained in:
Vladimir Matsola 2013-11-11 08:29:40 -08:00
commit 84cb37ea38

View file

@ -7,7 +7,7 @@ _phing_does_target_list_need_generating () {
_phing () { _phing () {
if [ -f build.xml ]; then if [ -f build.xml ]; then
if _phing_does_target_list_need_generating; then if _phing_does_target_list_need_generating; then
phing -l |grep -v ":$" |grep -v "^-*$" > .phing_targets phing -l -q |grep -v ":$" |grep -v "^-*$" > .phing_targets
fi fi
compadd `cat .phing_targets` compadd `cat .phing_targets`
fi fi