diff options
author | Denys Vlasenko | 2012-04-20 14:48:00 +0200 |
---|---|---|
committer | Denys Vlasenko | 2012-04-20 14:48:00 +0200 |
commit | 8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6 (patch) | |
tree | c85481105e66d3d7f2b0bf712028fb5f02138215 /shell/hush.c | |
parent | b110e1fecb4398524e857d772c5cc635615b0ac4 (diff) | |
download | busybox-8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6.zip busybox-8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6.tar.gz |
fix build breakage found by randconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 180ae4a..51d38d3 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? */ |