summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 1a1901ff..5806f3aa 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -3097,7 +3097,7 @@ sub install {
local (*CHILD_RETURNS, *ERROR_OUTPUT, $_);
if ($options{fork}) {
pipe(CHILD_RETURNS, ERROR_OUTPUT);
- defined($pid = fork()) or die "Can't fork: $!\n"
+ defined($pid = fork()) or die "Can't fork: $!\n";
if ($pid) {
# parent process
close ERROR_OUTPUT;