[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-71-gbb02bcd

Ville Skyttä ville.skytta at iki.fi
Sat Nov 26 14:15:26 UTC 2011


The following commit has been merged in the master branch:
commit 6c0337926c7f9972a076d58868f6e551153f2dbf
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Nov 26 15:51:12 2011 +0200

    lintian: Remove spurious echo.

diff --git a/completions/lintian b/completions/lintian
index 6512115..52eabe4 100644
--- a/completions/lintian
+++ b/completions/lintian
@@ -133,7 +133,6 @@ _lintian()
             # If we're here, the user is trying to complete on
             # --action tag,tag,<TAB>
             # Only few actions permit that, re-complete them now.
-            echo $prev
             case "$prev" in
                 -C|--check-part|-X|--dont-check-part)
                     _lintian_checks

-- 
bash-completion



More information about the Bash-completion-commits mailing list