Remove `zsh` as a build dependency
Very low priority.
But on a bare new linux machine make linux requires zsh, that maybe we want to avoid, to get closer to our 0-dependency philosophy ;)
Tell me if you need help with POSIX-compliant shell scripts.
build/embed-lualibs is the shell script requiring it, where I use some word separator modifiers that are idiomatic to zsh
I think only this modifier needs fixing:
Thnks @srfsh review the code below... could be a good starting point ;)
https://chat.openai.com/share/cd9ba8cd-dff9-45ad-a89e-12fb9356a898
Thnks @srfsh review the code below... could be a good starting point ;)
https://chat.openai.com/share/cd9ba8cd-dff9-45ad-a89e-12fb9356a898
I can certainly work on this now, now that I'm more available in general. The first thing I can point out that is wrong in this script is that, posix doesn't have arrays, and this script is outright wrong. :/