summaryrefslogtreecommitdiffstats
path: root/bin/sh/bltin/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/bltin/echo.c')
-rw-r--r--bin/sh/bltin/echo.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c
index 7c6e0f1..1d78f14 100644
--- a/bin/sh/bltin/echo.c
+++ b/bin/sh/bltin/echo.c
@@ -34,16 +34,13 @@
* 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 $
*/
/*
* Echo command.
*/
-#ifdef main
-#undef main
-#endif
#define main echocmd
#include "bltin.h"
OpenPOWER on IntegriCloud