From 8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 20 Apr 2012 14:48:00 +0200 Subject: fix build breakage found by randconfig Signed-off-by: Denys Vlasenko --- shell/hush.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/hush.c b/shell/hush.c index 180ae4a62..51d38d3ae 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -324,6 +324,8 @@ typedef void (*hush_sighandler_t)(int); # define ENABLE_FEATURE_EDITING 0 # undef ENABLE_FEATURE_EDITING_FANCY_PROMPT # define ENABLE_FEATURE_EDITING_FANCY_PROMPT 0 +# undef ENABLE_FEATURE_EDITING_SAVE_ON_EXIT +# define ENABLE_FEATURE_EDITING_SAVE_ON_EXIT 0 #endif /* Do we support ANY keywords? */ -- cgit v1.2.3