Skip to content

Commit

Permalink
mark end of options with --
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Nov 3, 2024
1 parent 9d85ccc commit da089bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/paused
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ sub _rewrite_tarball {
{
my $wd = File::pushd::pushd( $testdir );
my @children = Path::Tiny::path(".")->children;
$rc = 0 == system tar => $taropt, "-cf", $path, @children or die "Could not tar c";
$rc = 0 == system tar => $taropt, "-cf", $path, '--', @children or die "Could not tar c";
}
return $rc;
}
Expand Down

0 comments on commit da089bf

Please sign in to comment.