aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-12 23:49:18 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-12 23:49:18 +0000
commit3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95 (patch)
tree5670f3711de435e2e159ff9ceebda1bebe33d38c /busybox.def.h
parent269bba25149289201055c9448e8c64fc05dbf89d (diff)
downloadbusybox-3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95.tar.gz
First pass at writing a shell for busybox.
Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index fdbb6fed6..0caa57380 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -77,6 +77,7 @@
//#define BB_RMMOD
#define BB_SED
//#define BB_SFDISK
+#define BB_SH
#define BB_SLEEP
#define BB_SORT
#define BB_SWAPONOFF