[BusyBox-cvs] cvs commit to busybox by andersen

Erik Andersen andersen at busybox.net
Mon Jul 17 19:14:41 UTC 2000


Repository: busybox
who:        andersen
time:       Mon Jul 17 13:14:41 MDT 2000

Log Message:
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


Files:
changed:    sh.c






More information about the busybox-cvs mailing list