[Bash-completion-commits] [bash-completion] 01/02: rpmbuild: Complete *.spec on --clean (RedHat: #1132959)
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 e879eb0a1706cad92d6df8b3c665d1d5227b1f67
Author: Patrick Monnerat <pm at datasphere.ch>
Date: Sat Aug 30 13:34:41 2014 +0300
rpmbuild: Complete *.spec on --clean (RedHat: #1132959)
---
completions/rpm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completions/rpm b/completions/rpm
index a66534a..f80ffc3 100644
--- a/completions/rpm
+++ b/completions/rpm
@@ -282,7 +282,7 @@ _rpmbuild()
local word ext
for word in ${words[@]}; do
case $word in
- -b?)
+ -b?|--clean)
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