From bcd6177853a39d47b7c0ea75cc27653d63649afa Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 13 May 2000 06:33:19 +0000 Subject: 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 --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index db2dc44..87a0bd8 100644 --- a/Changelog +++ b/Changelog @@ -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 -- cgit v1.1