summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.