aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-02 08:42:58 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-02 08:42:58 +0000
commitff9b4a8981c4af9c6107ae4193c782ae3c94a23b (patch)
treed6b304098d3e3e0858e5199f78181cb207a4449e /shell
parentfdbac35b332ae3e7789e2663d7e3b1144c061207 (diff)
downloadbusybox-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.tar.gz
Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing
for multibuild.pl -- I would have missed this stupid mess otherwise. -Erik
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 2ec81548d..6386ea042 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -1228,7 +1228,7 @@ int cmdedit_read_input(char *prompt, char command[BUFSIZ])
* if the len=0 and no chars to delete */
if (len == 0) {
prepare_to_die:
-#if !defined(BB_FEATURE_ASH)
+#if !defined(BB_ASH)
printf("exit");
goto_new_line();
/* cmdedit_reset_term() called in atexit */