diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-25 22:52:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-25 22:52:22 +0000 |
commit | 407ba6e461a310e93560c062883a4a040983f51f (patch) | |
tree | dbcab3236e05989873d8a681e4b46e35bb5de9bc | |
parent | 480333616c52584fc8a5b5c0fd1dbf1942b7a3ee (diff) | |
download | drakx-backup-do-not-use-407ba6e461a310e93560c062883a4a040983f51f.tar drakx-backup-do-not-use-407ba6e461a310e93560c062883a4a040983f51f.tar.gz drakx-backup-do-not-use-407ba6e461a310e93560c062883a4a040983f51f.tar.bz2 drakx-backup-do-not-use-407ba6e461a310e93560c062883a4a040983f51f.tar.xz drakx-backup-do-not-use-407ba6e461a310e93560c062883a4a040983f51f.zip |
fix typo (openInstallLog *must* return the filehandle)
-rw-r--r-- | perl-install/pkgs.pm | 1 |
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 { |