The following commit has been merged in the master branch:
commit a2f8eed874e14d94b7b6f78ba1fdd192e2b4c71c
Author: Sergey V <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits