diff options
author | Eric Andersen | 2002-12-06 21:37:08 +0000 |
---|---|---|
committer | Eric Andersen | 2002-12-06 21:37:08 +0000 |
commit | da15a496e239428733be9b20b5ce98ab68d94b04 (patch) | |
tree | fa4dfcc23a20010c64bcc9397de4d286d755cec7 | |
parent | 398ff9d9817ecfb77c3810fb9a03d866c1059b95 (diff) | |
download | busybox-da15a496e239428733be9b20b5ce98ab68d94b04.zip busybox-da15a496e239428733be9b20b5ce98ab68d94b04.tar.gz |
Make hush comple once again
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 48d1d14..e20bf7a 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 |