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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user