aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 9c2c0f324..ba3e2c3f0 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -83,8 +83,6 @@
83 * Keeping 1 for now even in released versions. 83 * Keeping 1 for now even in released versions.
84 */ 84 */
85#define HUSH_DEBUG 1 85#define HUSH_DEBUG 1
86/* In progress... */
87#define ENABLE_HUSH_FUNCTIONS 1
88 86
89 87
90#if BUILD_AS_NOMMU 88#if BUILD_AS_NOMMU