[BusyBox-cvs] busybox/shell hush.c,1.60,1.61
Erik Andersen
andersen at codepoet.org
Fri Dec 6 21:37:12 UTC 2002
Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv4187/shell
Modified Files:
hush.c
Log Message:
Make hush comple once again
Index: hush.c
===================================================================
RCS file: /var/cvs/busybox/shell/hush.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- hush.c 28 Nov 2002 11:27:30 -0000 1.60
+++ hush.c 6 Dec 2002 21:37:08 -0000 1.61
@@ -106,7 +106,7 @@
/* #include <dmalloc.h> */
/* #define DEBUG_SHELL */
-#ifdef BB_VER
+#if 1
#include "busybox.h"
#include "cmdedit.h"
#else
More information about the busybox-cvs
mailing list