Closed mitchweaver closed 2 years ago
I'm not sure if the scripts are compatible with Lua 5.2 and 5.1. That was my main concern with using lua5.3
instead of just lua
in the shebang. (The scripts should be compatible, I don't think I used any 5.3-only features... ominous music)
On OpenBSD I check and I do have
lua53
instead oflua5.3
. I also don't have justlua
.Making this more out of curiosity out of what the "proper" way to invoke lua is?
One idea is to make a shell wrapper like so, and then invoke it in the makefile with
"PATH=.:$PATH"
but that's most likely not how its supposed to be done ¯\(ツ)/¯