build.sh fails on Adelie Linux due to missing which(1) + misleads the operator #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These seemingly are names of the binaries. I copied all of them and rAn through a shell check to see if any of them is missing. I also added a bogus
fake-binjust to be sure my check works:And no, all they seems to be present on disk (except for that bogus name).
To test that I ran two things in advance:
The last monstrous shell composite:
apk add ...Narrowed the scope down to this: https://dev.midipix.org/build/midipix_build/blob/6ecff4/f/subr.rtl/rtl_platform.subr#_18-22
And this is what I found:
So the script relies on an optional binary
which, which could be easily replaced with POSIX defined shell builtincommand -v.