Backtick support to infinite (memory limited) levels of nesting is
authorEric Andersen <andersen@codepoet.org>
Mon, 17 Jul 2000 19:14:41 +0000 (19:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 17 Jul 2000 19:14:41 +0000 (19:14 -0000)
commita1d187a8a8a75cf36a45c8d6e0de86964eb2056f
tree94705b86b9a570bb1a97513bd8ec3e2e9f8466e5
parentbc0aed79a8c7bb24c32a21533893fdad660b7292
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
lash.c
sh.c
shell/lash.c