mirror of
https://github.com/neovim/neovim.git
synced 2026-06-12 23:08:14 +00:00
If the LUAC_PRG environment variable is defined, but empty, compilation would still be attempted but would be malformed. This results in garbage bytes being included. Fix this by checking that LUAC_PRG is both defined *and* non-empty.