Skip to content

Commit

Permalink
oops in previous commit -- s/:/;/
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Nov 4, 2024
1 parent 4a940cf commit 418347a
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 @@ -880,7 +880,7 @@ sub _rewrite_tarball {
my($stat,@rest) = split " ", $_;
my($dir,$ur,$uw,$ux,$gr,$gw,$gx,$or,$ow,$ox) = $stat =~ /^(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)/;
if ($dir && $dir eq "l") {
next TARX: # avert chmod on any symlink
next TARX; # avert chmod on any symlink
}
if ($ow && $ow eq "w") {
push @ww, $rest[-1];
Expand Down

0 comments on commit 418347a

Please sign in to comment.