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 7c6e0f160ce7f..fe8a3112baab7 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 - * $Id: echo.c,v 1.3 1995/08/23 05:31:06 pst Exp $ + * $Id: echo.c,v 1.4 1996/09/01 10:22:16 peter Exp $ */ /* |