Skip to content

Commit 418347a

Browse files
committed
oops in previous commit -- s/:/;/
1 parent 4a940cf commit 418347a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/paused

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ sub _rewrite_tarball {
880880
my($stat,@rest) = split " ", $_;
881881
my($dir,$ur,$uw,$ux,$gr,$gw,$gx,$or,$ow,$ox) = $stat =~ /^(.)(.)(.)(.)(.)(.)(.)(.)(.)(.)/;
882882
if ($dir && $dir eq "l") {
883-
next TARX: # avert chmod on any symlink
883+
next TARX; # avert chmod on any symlink
884884
}
885885
if ($ow && $ow eq "w") {
886886
push @ww, $rest[-1];

0 commit comments

Comments
 (0)