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