commit | a1d187a8a8a75cf36a45c8d6e0de86964eb2056f | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jul 17 19:14:41 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jul 17 19:14:41 2000 +0000 |
tree | 94705b86b9a570bb1a97513bd8ec3e2e9f8466e5 | |
parent | bc0aed79a8c7bb24c32a21533893fdad660b7292 [diff] |
Backtick support to infinite (memory limited) levels of nesting is now implemented... So now busybox shell can do cool stuff like: /home/andersen/CVS/busybox # echo foo `wc README` bar foo 71 422 2951 README bar I love writing cool new features.... Muhahahaha... (I think this is leaking a little bit of memory every time it expands a backtick process, so I still needs to do a bit of cleanup...) -Erik