diff options
Diffstat (limited to 'gnu/usr.bin/gzip/zgrep')
-rw-r--r-- | gnu/usr.bin/gzip/zgrep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/zgrep b/gnu/usr.bin/gzip/zgrep index fe5efb9917fd..cc3ca95f190f 100644 --- a/gnu/usr.bin/gzip/zgrep +++ b/gnu/usr.bin/gzip/zgrep @@ -3,7 +3,7 @@ # zgrep -- a wrapper around a grep program that decompresses files as needed # Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca> # -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/gzip/zgrep,v 1.3 1999/08/27 23:35:55 peter Exp $ prog=`echo $0 | sed 's|.*/||'` case "$prog" in |