diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/echo.c b/bin/1sh/echo.c index 2613955b..5fd50f59 100644 --- a/bin/1sh/echo.c +++ b/bin/1sh/echo.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: releng/12.1/bin/sh/bltin/echo.c 326025 2017-11-20 19:49:47Z pfg $"); +/* $FreeBSD: releng/12.1/bin/sh/bltin/echo.c 326025 2017-11-20 19:49:47Z pfg $ */ /* * Echo command. |