aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-04-20 14:48:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-04-20 14:48:00 +0200
commit8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6 (patch)
treec85481105e66d3d7f2b0bf712028fb5f02138215 /shell
parentb110e1fecb4398524e857d772c5cc635615b0ac4 (diff)
downloadbusybox-w32-8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6.tar.gz
busybox-w32-8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6.tar.bz2
busybox-w32-8cab66730aa59c121eb98b20f4ae7ddda1c3ecf6.zip
fix build breakage found by randconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 2 insertions, 0 deletions
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);
324# define ENABLE_FEATURE_EDITING 0 324# define ENABLE_FEATURE_EDITING 0
325# undef ENABLE_FEATURE_EDITING_FANCY_PROMPT 325# undef ENABLE_FEATURE_EDITING_FANCY_PROMPT
326# define ENABLE_FEATURE_EDITING_FANCY_PROMPT 0 326# define ENABLE_FEATURE_EDITING_FANCY_PROMPT 0
327# undef ENABLE_FEATURE_EDITING_SAVE_ON_EXIT
328# define ENABLE_FEATURE_EDITING_SAVE_ON_EXIT 0
327#endif 329#endif
328 330
329/* Do we support ANY keywords? */ 331/* Do we support ANY keywords? */