=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/znew,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/compress/znew 2003/08/02 20:53:51 1.1 +++ src/usr.bin/compress/znew 2003/08/05 18:22:17 1.2 @@ -1,6 +1,6 @@ #!/bin/ksh - # -# $OpenBSD: znew,v 1.1 2003/08/02 20:53:51 otto Exp $ +# $OpenBSD: znew,v 1.2 2003/08/05 18:22:17 deraadt Exp $ # # Copyright (c) 2003 Otto Moerbeek # @@ -24,7 +24,7 @@ test $a -lt $b } -# Check gzip integrity if the -t flag is specified +# Check gzip integrity if the -t flag is specified checkfile () { if test $tflag -eq 1; then gzip -qt < "$1"