Browse code

Removed the echo statement - no need for that.

Claus Witt authored on 17/11/2010 at 10:17:03
Showing 1 changed files
... ...
@@ -10,7 +10,6 @@ _phing_does_target_list_need_generating () {
10 10
 _phing () {
11 11
   if [ -f build.xml ]; then
12 12
     if _phing_does_target_list_need_generating; then
13
-      echo "\nGenerating .phing_targets..." > /dev/stderr
14 13
       phing -l |grep -v ":" |grep -v "^$"|grep -v "\-" > .phing_targets
15 14
     fi
16 15
     compadd `cat .phing_targets`