Removed the echo statement - no need for that.
This commit is contained in:
parent
b21eebe623
commit
d794a5d679
@ -10,7 +10,6 @@ _phing_does_target_list_need_generating () {
|
||||
_phing () {
|
||||
if [ -f build.xml ]; then
|
||||
if _phing_does_target_list_need_generating; then
|
||||
echo "\nGenerating .phing_targets..." > /dev/stderr
|
||||
phing -l |grep -v ":" |grep -v "^$"|grep -v "\-" > .phing_targets
|
||||
fi
|
||||
compadd `cat .phing_targets`
|
||||
|
Reference in New Issue
Block a user