about summary refs log tree commit homepage
path: root/lib/PublicInbox/SpawnPP.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-28 04:27:10 +0000
committerEric Wong <e@80x24.org>2016-02-28 04:27:36 +0000
commita4243710b01eee8e20b2d66fd81f810b9307bed5 (patch)
treedcd9ac6952d530fce0067be5fa6465c35b4ac029 /lib/PublicInbox/SpawnPP.pm
parent10675ec65c81492fef322567db9f545d5b7d6d58 (diff)
downloadpublic-inbox-a4243710b01eee8e20b2d66fd81f810b9307bed5.tar.gz
Oops :x
Diffstat (limited to 'lib/PublicInbox/SpawnPP.pm')
-rw-r--r--lib/PublicInbox/SpawnPP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SpawnPP.pm b/lib/PublicInbox/SpawnPP.pm
index ae552dd8..1a402e42 100644
--- a/lib/PublicInbox/SpawnPP.pm
+++ b/lib/PublicInbox/SpawnPP.pm
@@ -17,7 +17,7 @@ sub public_inbox_fork_exec ($$$$$$) {
                         dup2($out, 1) or die "dup2 failed for stdout: $!";
                 }
                 if ($err != 2) {
-                        dup2($err, 2) or die "dup2 failed for stderr$!";
+                        dup2($err, 2) or die "dup2 failed for stderr: $!";
                 }
                 %ENV = ();
                 foreach my $e (@$env) {