The following commit has been merged in the master branch:
commit a7fb763fdd1eeeb7639a3d6a20266d9f722001c6
Author: Ville Skyttä <[email protected]>
Date:   Tue Sep 29 20:41:14 2009 +0300

    Remove unused ver variable, thanks to Elan Ruusamäe.

diff --git a/contrib/rpm b/contrib/rpm
index 87718a6..03a52f8 100644
--- a/contrib/rpm
+++ b/contrib/rpm
@@ -6,7 +6,7 @@ have rpm && {
 #
 _rpm_installed_packages()
 {
-       local ver nodig="$1" nosig="$2"
+       local nodig="$1" nosig="$2"
 
        if [ -r /var/log/rpmpkgs -a \
                /var/log/rpmpkgs -nt /var/lib/rpm/Packages ]; then

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to