[packages/bash-completion] builder-completion: -r does not need .spec
glen
glen at pld-linux.org
Sun Aug 12 20:15:54 CEST 2012
commit b38e19d04c2f6c38734c8ea67ee517deb2857229
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Aug 12 21:15:46 2012 +0300
builder-completion: -r does not need .spec
builder.bash-completion | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/builder.bash-completion b/builder.bash-completion
index da7f04c..d03896b 100644
--- a/builder.bash-completion
+++ b/builder.bash-completion
@@ -23,8 +23,6 @@ _builder()
case $prev in
-r)
- local spec
- _builder_get_spec
COMPREPLY=( $( compgen -W '$( git tag )' -- "$cur" ) )
return 0
;;
More information about the pld-cvs-commit
mailing list