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 457a4c7aefc8..e34e1d6f10b0 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.28.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Echo command. |