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 457a4c7aefc8d..5a07a0d12ce64 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/bltin/echo.c,v 1.14 2004/04/06 20:06:53 markm Exp $"); /* * Echo command. |