diff options
author | Mystery Man 580 <uid580@mandriva.org> | 2002-12-04 12:32:25 +0000 |
---|---|---|
committer | Mystery Man 580 <uid580@mandriva.org> | 2002-12-04 12:32:25 +0000 |
commit | e4ff98526300ff8401955e7ba1804997c3ef135b (patch) | |
tree | 48b97ae6e72b19b5a8ce152b7fb32a039412d91b /perl-install | |
parent | dcee89716a147843013cee7a55751789b1ba1bc1 (diff) | |
download | drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.gz drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.bz2 drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.xz drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.zip |
perl_checker
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 4d793fda5..96d7eec74 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1026,7 +1026,7 @@ sub install($$$;$$) { install_any::getFile('XXX'); #- close still opened fd. @probs and die "installation of rpms failed:\n ", join("\n ", @probs); - }; $@ and print OUTPUT "die:$@\n"; } + }; $@ and print OUTPUT "die:$@\n" } close OUTPUT; #- now search for child process which may be locking the cdrom, making it unable to be ejected. |