Add missing quote

This commit is contained in:
Jamie Cameron
2021-12-24 10:21:02 -08:00
parent 134311032e
commit 4c865c5fc8

View File

@@ -109,7 +109,7 @@ if (-d $real) {
}
elsif ($_[0] =~ /\*|\?/) {
local @rv;
&open_execute_command(RPM, "rpm -q -p $_[0] --queryformat \"%{NAME} %{SUMMARY}\\n\" 2>&1", 1);
&open_execute_command(RPM, "rpm -q -p $qm --queryformat \"%{NAME} %{SUMMARY}\\n\" 2>&1", 1);
while(<RPM>) {
chop;
push(@rv, $_) if (!/does not appear|query of.*failed|warning:/);