Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing

for multibuild.pl -- I would have missed this stupid mess otherwise.
 -Erik
This commit is contained in:
Eric Andersen
2001-08-02 08:42:58 +00:00
parent fdbac35b33
commit ff9b4a8981
7 changed files with 52 additions and 78 deletions

View File

@ -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 */