[Bash-completion-commits] [bash-completion] 02/02: rpmbuild: Complete *.spec on --nobuild

Ville Skyttä scop-guest at moszumanska.debian.org
Sat Aug 30 10:36:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 42e1f344b7fef71100e42ab97f63e35281116ced
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Aug 30 13:35:12 2014 +0300

    rpmbuild: Complete *.spec on --nobuild
---
 completions/rpm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/completions/rpm b/completions/rpm
index f80ffc3..03d01a6 100644
--- a/completions/rpm
+++ b/completions/rpm
@@ -282,7 +282,7 @@ _rpmbuild()
     local word ext
     for word in ${words[@]}; do
         case $word in
-            -b?|--clean)
+            -b?|--clean|--nobuild)
                 ext=spec
                 break
                 ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list