commit | ff9b4a8981c4af9c6107ae4193c782ae3c94a23b | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Aug 02 08:42:58 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Aug 02 08:42:58 2001 +0000 |
tree | d6b304098d3e3e0858e5199f78181cb207a4449e | |
parent | fdbac35b332ae3e7789e2663d7e3b1144c061207 [diff] [blame] |
Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing for multibuild.pl -- I would have missed this stupid mess otherwise. -Erik
diff --git a/cmdedit.c b/cmdedit.c index 2ec8154..6386ea0 100644 --- a/cmdedit.c +++ b/cmdedit.c
@@ -1228,7 +1228,7 @@ * 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 */