Chow Loong Jin wrote: > tar's -t and --files-from options implement quoting/unquoting of unprintable > characters, so we need to unquote the filenames before passing them to mkpath.
This patch does not seem complete. This part of the code is not changed, and @manifest contains filenames that have been quoted by tar -t. # Set file times only after modifying of the directory content is # done. foreach my $file (@manifest) { if (-e "$tempdir/workdir/$file") { utime(0, 0, "$tempdir/workdir/$file") || die "utime: $file: $!"; } } It would be helpful as well if you could provide a link to the tarball you found that exhibits the problem. -- see shy jo
signature.asc
Description: Digital signature