diff options
author | Claus Witt <claus@wittnezz.dk> | 2010-11-17 11:17:03 +0100 |
---|---|---|
committer | Claus Witt <claus@wittnezz.dk> | 2010-11-17 11:17:03 +0100 |
commit | bdaf872ce6e411f881e5e6138fc61a9c1645e67a (patch) | |
tree | 77b8fe2e47f09cce321fe76326a22f6613ff4cbf /plugins/phing/phing.plugin.zsh | |
parent | 9db8042c465faec4bc9ff591fe02e50694ab5c08 (diff) | |
download | zsh-bdaf872ce6e411f881e5e6138fc61a9c1645e67a.tar.gz zsh-bdaf872ce6e411f881e5e6138fc61a9c1645e67a.tar.bz2 zsh-bdaf872ce6e411f881e5e6138fc61a9c1645e67a.zip |
Removed the echo statement - no need for that.
Diffstat (limited to 'plugins/phing/phing.plugin.zsh')
-rw-r--r-- | plugins/phing/phing.plugin.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/phing/phing.plugin.zsh b/plugins/phing/phing.plugin.zsh index 80e334629..8f4adca08 100644 --- a/plugins/phing/phing.plugin.zsh +++ b/plugins/phing/phing.plugin.zsh @@ -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` |