aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-06 21:37:08 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-06 21:37:08 +0000
commitda15a496e239428733be9b20b5ce98ab68d94b04 (patch)
treefa4dfcc23a20010c64bcc9397de4d286d755cec7 /shell
parent398ff9d9817ecfb77c3810fb9a03d866c1059b95 (diff)
downloadbusybox-da15a496e239428733be9b20b5ce98ab68d94b04.tar.gz
Make hush comple once again
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 48d1d1458..e20bf7a06 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -106,7 +106,7 @@
/* #include <dmalloc.h> */
/* #define DEBUG_SHELL */
-#ifdef BB_VER
+#if 1
#include "busybox.h"
#include "cmdedit.h"
#else