Fix --resume.

This commit is contained in:
Daniel Nichter
2013-01-18 17:44:07 -07:00
parent 4a06dc2008
commit 06ce6e012e
4 changed files with 118 additions and 79 deletions

View File

@@ -261,7 +261,7 @@ $pipeline->add(
);
$output = output(
sub { $pipeline->execute(%args) },
sub {$pipeline->execute(%args); },
stderr => 1,
);