* Fixed an unfortunate typo in Rpm.pm, Closes: #140742

This commit is contained in:
joey
2002-04-01 04:06:14 +00:00
parent 8a569fb405
commit 8f2fe8eb22
2 changed files with 7 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ sub scan {
# Get the filelist.
$this->filelist([map { chomp; $_ } `LANG=C rpm -qpl $file`]);
if (defined $this->filelist->[0] &&&
if (defined $this->filelist->[0] &&
$this->filelist->[0] eq '(contains no files)') {
$this->filelist([]);
}