From 407ba6e461a310e93560c062883a4a040983f51f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Nov 2002 22:52:22 +0000 Subject: fix typo (openInstallLog *must* return the filehandle) --- perl-install/pkgs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/pkgs.pm') 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 { -- cgit v1.2.1