summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 51f757a31..42c45d5ae 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -729,6 +729,7 @@ sub openInstallLog {
CORE::select((CORE::select($LOG), $| = 1)[0]);
c::rpmErrorSetCallback(fileno $LOG);
#- c::rpmSetVeryVerbose();
+ $LOG;
}
sub rpmDbOpen {