Remove unused ver variable, thanks to Elan Ruusamäe.
This commit is contained in:
parent
9322da7992
commit
a7fb763fdd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user