diff options
Diffstat (limited to 'bin/sh/eval.h')
-rw-r--r-- | bin/sh/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/eval.h b/bin/sh/eval.h index 4f0b8988cae3..5fa1cfdd2b62 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)eval.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/eval.h,v 1.6.2.1 1999/08/29 14:13:42 peter Exp $ */ extern char *commandname; /* currently executing command */ |