[Bash-completion-commits] [SCM] bash-completion branch, master, updated. a7fb763fdd1eeeb7639a3d6a20266d9f722001c6

Ville Skyttä ville.skytta at iki.fi
Tue Sep 29 17:41:58 UTC 2009


The following commit has been merged in the master branch:
commit a7fb763fdd1eeeb7639a3d6a20266d9f722001c6
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list