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 11f74702ab200..b07625bd9dac7 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)eval.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/eval.h,v 1.11.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ extern char *commandname; /* currently executing command */ |