[BusyBox-cvs] busybox/shell lash.c,1.153,1.154

Erik Andersen andersen at busybox.net
Tue Feb 10 01:30:24 UTC 2004


Update of /var/cvs/busybox/shell
In directory nail:/tmp/cvs-serv20097

Modified Files:
	lash.c 
Log Message:
oops.  Leave the default feature set enbled for now...


Index: lash.c
===================================================================
RCS file: /var/cvs/busybox/shell/lash.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- lash.c	10 Feb 2004 01:28:36 -0000	1.153
+++ lash.c	10 Feb 2004 01:30:21 -0000	1.154
@@ -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"




More information about the busybox-cvs mailing list