diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-06 17:35:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-06 17:35:20 +0000 |
commit | 88cec25e99370ccef499e0b65480aa8458e66b7a (patch) | |
tree | c61aef5eee53abff53154f8ed411259af254bb7a /Changelog | |
parent | 1644db9a2bc153373a2c27e7622a5486bf648114 (diff) |
Patch from vodz to make ash cope with leading redirections
(i.e. '2>/dev/null ls rubbish') will now work.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,6 +13,7 @@ * Vladimir Oleynik, Manuel Novoa III, Aaron Lehmann -- a whole bunch of ash size optimizations + -- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish') * Rodney Brown <RDBrown@mira.net> -- Optimized gzip.c, shrinking it be ~1.5k * Matt Kraai @@ -20,8 +21,8 @@ -- Fix `-/bin/sh' invocation (closes: #1209). -- Fix ash exec (noted by Arne Bernin). * Magick - -- maked init run inittab command's in inittab order ( - (i.e. FIFO instead of LIFO). + -- made init run inittab command's in the order they show up + in the inittab file (FIFO instead of LIFO). -Erik Andersen, --not yet released-- |