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 */ /* #define DEBUG_SHELL */ -#ifdef BB_VER +#if 1 #include "busybox.h" #include "cmdedit.h" #else