E5ten

Results 47 comments of E5ten

I just don't really understand how the tradeoff makes sense, almost all that the scripts test in terms of bash capabilities are that echo has -e and -n, source instead...

But to me, even once your fix is in place (which isn't the case yet) it would still make building toybox less convenient without bash, because one would have to...

It's not like being able to build toybox with POSIX sh in any way precludes toysh from being a bash replacement.

uh I did not mean to do that

@geoff-codes https://github.com/freebsd/freebsd/blob/master/usr.bin/unzip/unzip.c, on glibc at least, something needs to be used in place of optreset (a BSD getopt thing), and for `FNM_CASEFOLD` _GNU_SOURCE needs to be defined.

Rather than adding a #define to avoid hardcoding the size of buff everywhere, couldn't the definition be left as is, but all the relevant instances of 512 be replaced by...