oops. Leave the default feature set enbled for now...
diff --git a/shell/lash.c b/shell/lash.c
index a98aebd..6969173 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -57,8 +57,8 @@
#define expand_t glob_t
/* Always enable for the moment... */
-//#define CONFIG_LASH_PIPE_N_REDIRECTS
-//#define CONFIG_LASH_JOB_CONTROL
+#define CONFIG_LASH_PIPE_N_REDIRECTS
+#define CONFIG_LASH_JOB_CONTROL
static const int MAX_READ = 128; /* size of input buffer for `read' builtin */
#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"