X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sample%2Fztouch;h=c5d30ad6794980050bd83b51014933d1807062e2;hb=aff7de1a7ba4e1453ceeb6e311fa9b187639d8b5;hp=e408e2bc50bdd5c24ec823ad29a198125159508b;hpb=302189d124ed5849c2589ea92e912eb24fdc4ab3;p=debian%2Fgzip diff --git a/sample/ztouch b/sample/ztouch index e408e2b..c5d30ad 100755 --- a/sample/ztouch +++ b/sample/ztouch @@ -7,9 +7,9 @@ foreach $file (@ARGV) { read (FILE, $_, 8); ($magic, $method, $flags, $time) = unpack ("A2C2V", $_); if ($magic eq "\037\213") { - utime ($time, $time, $file); + utime ($time, $time, $file); } else { - warn "$file is not compressed with gzip!\n"; + warn "$file is not compressed with gzip!\n"; } }