diff options
Diffstat (limited to 'bin/sh/arith.y')
| -rw-r--r-- | bin/sh/arith.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y index 8438e0960bd9..974283467bf5 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -94,7 +94,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/arith.y,v 1.10.2.2 2002/07/19 04:38:51 tjr Exp $"; #endif /* not lint */ #include "shell.h" |
