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-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.tar.gz
busybox-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.tar.bz2
busybox-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.zip
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])
1228 * if the len=0 and no chars to delete */ 1228 * if the len=0 and no chars to delete */
1229 if (len == 0) { 1229 if (len == 0) {
1230prepare_to_die: 1230prepare_to_die:
1231#if !defined(BB_FEATURE_ASH) 1231#if !defined(BB_ASH)
1232 printf("exit"); 1232 printf("exit");
1233 goto_new_line(); 1233 goto_new_line();
1234 /* cmdedit_reset_term() called in atexit */ 1234 /* cmdedit_reset_term() called in atexit */