Skip to content

Commit

Permalink
Fix a typo in my last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Sep 3, 2009
1 parent c191db9 commit 27805e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE/Wheel/Run.pm
Expand Up @@ -449,7 +449,7 @@ sub new {
exit(1);
}

exec(join(" ", $program, @$prog_args))
exec(join(" ", $program, @$prog_args));
warn "can't exec ($program) in child pid $$: $!";
kill INT => $$;
exit(1);
Expand Down

0 comments on commit 27805e7

Please sign in to comment.