[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:44 UTC 2011


The following commit has been merged in the master branch:
commit 600b0eb366962d618b293b0aae341704b2109f6a
Author: Sergey V <sftp.mtuci at gmail.com>
Date:   Thu Jan 6 18:24:15 2011 +0300

    sbopkg: return 0 if argument not required

diff --git a/completions/sbopkg b/completions/sbopkg
index c1655ed..c562483 100644
--- a/completions/sbopkg
+++ b/completions/sbopkg
@@ -29,8 +29,9 @@ _sbopkg()
             _filedir -d
             return 0
             ;;
-        -s|-g)
+        -c|-g|-h|-k|-l|-o|-P|-p|-q|-R|-r|-s|-u|-v)
             # argument required but no completions available
+            # or argument not required
             return 0
             ;;
     esac

-- 
bash-completion



More information about the Bash-completion-commits mailing list