diff options
Diffstat (limited to 'bin/sh/bltin/echo.c')
-rw-r--r-- | bin/sh/bltin/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 8ce088ad060e8..a0827ca71d6b7 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)echo.c 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/bltin/echo.c,v 1.9 1999/08/27 23:15:31 peter Exp $ */ /* |