From ff9b4a8981c4af9c6107ae4193c782ae3c94a23b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 2 Aug 2001 08:42:58 +0000 Subject: Scrub away the last leftovers from BB_FEATURE_. Good thing for multibuild.pl -- I would have missed this stupid mess otherwise. -Erik --- cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdedit.c') diff --git a/cmdedit.c b/cmdedit.c index 2ec81548d..6386ea042 100644 --- a/cmdedit.c +++ b/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 */ -- cgit v1.2.3