diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-13 06:33:19 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-13 06:33:19 +0000 |
commit | bcd6177853a39d47b7c0ea75cc27653d63649afa (patch) | |
tree | 45ed7567a55a548fff8cf6e50dcda63420a8bd0f /Changelog | |
parent | 73c8c9cf9a61286a109a8785b8e4782828d6fe99 (diff) |
BusyBox shell (lash) can now be used as a standalone shell when
BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace
sash). Also fixed it so shell builtins now respect pipes and redirects.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ * zcat now works (wasn't working since option parsing was broken) * Renamed "mnc" to the more correct "nc". * Makefile intelligence updates + * BusyBox sh (lash) internals now behave wrt pipes and redirects. + * BusyBox sh (lash) now supports being used as a standalone shell. When + BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may + be invoked as shell internals. * More doc updates |