@b4n commented on this pull request.
> - for L in lua5.1 lua51 lua-5.1 lua; do + for L in "$LUA_PKG_NAME" lua lua53 lua54 lua52 luajit lua51; do Seeing your other comment, I would think the "right" order would be `lua5.4 luajit lua5.3 lua5.2 lua5.1 lua`. Not that as it is, `lua` is a bit problematic because if found, the version is only checked *after*, and so if at an unsupported version it breaks the test. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1238#discussion_r2186984290 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1238/review/[email protected]>
