[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-235-g26ae770

Sergey V sftp.mtuci at gmail.com
Mon May 2 10:27:43 UTC 2011


The following commit has been merged in the master branch:
commit a2f8eed874e14d94b7b6f78ba1fdd192e2b4c71c
Author: Sergey V <sftp.mtuci at gmail.com>
Date:   Thu Jan 6 04:08:52 2011 +0300

    slackware: simplify command line for complete '-V' option

diff --git a/completions/slackware b/completions/slackware
index 7e35743..fc71d63 100644
--- a/completions/slackware
+++ b/completions/slackware
@@ -208,7 +208,7 @@ _sbopkg()
     case $prev in
         -V)
             COMPREPLY=( $( compgen -W "? \
-                `sbopkg -V ? 2>&1 | tail -n +2 | cut -f1`" -- "$cur" ) )
+                `sbopkg -V ? 2>&1 | cut -s -f1`" -- "$cur" ) )
             return 0
             ;;
         -i|-b)

-- 
bash-completion



More information about the Bash-completion-commits mailing list