* Fix a couple more mistakes in the code added in 8.36.

This commit is contained in:
joey
2003-11-12 02:57:17 +00:00
parent bbb5ed69d1
commit 09057d6d33
3 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ sub unpack {
$gid=0;
}
if (defined($owninfo{$file}) && ($mode & 07000 > 0)) {
$modeinfo{$file} = $mode;
$modeinfo{$file} = sprintf "%lo", $mode;
}
next unless -e "$workdir/$file"; # skip broken links
if ($> == 0) {