Hello,
I noticed a comment in landley.net/notes.html about missing stuff in
bash 2.05b (set -o pipefail, jobs).
My local build of bash 2.05b, configured with 
./configure --disable-gnu-malloc
has jobs; I guess this is --enable-job-control.
In doc/FAQ, it mentions set -o pipefail as a new feature in ksh-93
that isn't in bash.

mksh supports jobs and pipefail, but not <(command).

I think I could patch out the two uses of <() in scripts/make.sh
easily enough...if you're willing to accept the patch.

Thanks,
Isaac Dunham
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to