diff options
Diffstat (limited to 'gnu/usr.bin/gzip/gzexe')
-rw-r--r-- | gnu/usr.bin/gzip/gzexe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/gzexe b/gnu/usr.bin/gzip/gzexe index 19a1d7ee31bd2..148a6bac6bd22 100644 --- a/gnu/usr.bin/gzip/gzexe +++ b/gnu/usr.bin/gzip/gzexe @@ -12,7 +12,7 @@ # The : is required for some old versions of csh. # On Ultrix, /bin/sh is too buggy, change the first line to: #!/bin/sh5 # -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/gzip/gzexe,v 1.7 1999/08/27 23:35:50 peter Exp $ x=`basename $0` if test $# = 0; then |