Remove debugging statement.
[oweals/busybox.git] / sh.c
diff --git a/sh.c b/sh.c
index e76343640fcfb3848078a68311dd67196dbaedf2..f5c06b4231f2df05f94641d86ac7e238fb94b720 100644 (file)
--- a/sh.c
+++ b/sh.c
  *
  */
 
-#include "busybox.h"
+#include "Config.h"
+
+/* This is to make testing things a bit simpler (to avoid
+ * a full recompile) till we get the new build system in place */
+#if 0
+#undef BB_FEATURE_LASH
+#undef BB_FEATURE_HUSH
+#undef BB_FEATURE_MSH
+#define BB_FEATURE_ASH
+#endif
 
 #if defined BB_FEATURE_ASH
 #include "ash.c"