summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 4aeb5310..5510158c 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2781,7 +2781,7 @@ sub install {
}
#- now exit or return according to current status.
- if (defined $pid) {
+ if (defined $pid && !$pid) { #- child process
print ERROR_OUTPUT "::logger_id:$urpm->{logger_id}\n"; #- allow main urpmi to know transaction numbering...
print ERROR_OUTPUT "$_\n" foreach @l;
close ERROR_OUTPUT;