summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index f07d4e4a..fb78e631 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -3083,7 +3083,10 @@ sub install {
close $ERROR_OUTPUT;
#- keep safe exit now (with destructor call).
exit 0;
- } else { #- parent process
+ } else {
+ #- when non-forking
+ # !!! BUG: this part of the code is not called when forking !!!
+ # !!! BUG: when forking %readmes is empty, since the child is not passing this information to its parent !!!
if ($::verbose >= 0 && keys %readmes) {
foreach (keys %readmes) {
print "-" x 70, "\n", N("More information on package %s", $readmes{$_}), "\n";