Closed andrewliebenow closed 2 months ago
What od implementation did you use that broke?
@landley The implementation in the uutils coreutils project. I linked the PR I opened to make it less picky.
I should do a FAQ entry for scripts/prereq/build.sh. Commit 3bbc31c78b41 explains it though. (Toybox can build its own prerequisites.)
Oh, that's cool. Thanks.
POSIX only specifies the characters 'd', 'o', 'x', and 'n' as valid
od -A
argument values. [1] Pedantic implementations ofod
may expect the argument value to be a single character instead of ignoring these extra characters. [2][1] https://pubs.opengroup.org/onlinepubs/9799919799/utilities/od.html [2] https://github.com/uutils/coreutils/pull/6674