Open wvengen opened 7 years ago
I've tested with a newer version of busybox 1.21.1 from https://busybox.net/downloads/binaries/latest/
Adding this busybox'es egrep
and grep
to PATH lets it work. So the problem must be the (older) grep/egrep version in busybox 1.11.1.
@wvengen if we can change the grep commands to something that works across versions we can merge that
Running on an embedded system with Busybox 1.11.2, any input fails:
Then I looked at tokenization only. Sourcing
JSON.sh
doesn't work (still expecting input), so I changed the last lines like this:What then happens, is:
Running all tests indeed shows failures.