summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorMystery Man 580 <uid580@mandriva.org>2002-12-04 12:32:25 +0000
committerMystery Man 580 <uid580@mandriva.org>2002-12-04 12:32:25 +0000
commite4ff98526300ff8401955e7ba1804997c3ef135b (patch)
tree48b97ae6e72b19b5a8ce152b7fb32a039412d91b /perl-install/pkgs.pm
parentdcee89716a147843013cee7a55751789b1ba1bc1 (diff)
downloaddrakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar
drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.gz
drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.bz2
drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.tar.xz
drakx-e4ff98526300ff8401955e7ba1804997c3ef135b.zip
perl_checker
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
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.