Put luacheck command into '' so that <> can be used

This commit is contained in:
teknomunk
2025-02-03 06:23:46 -06:00
parent f58553e5c2
commit 02e4df591e

@ -114,7 +114,7 @@ for i = 1,#mod_names do
print("echo ------------------------------")
print("echo Checking "..config.name.." located at "..config.dir)
print("\t\techo Using "..luacheck.." <file>"..cmd_options)
print("\t\techo 'Using "..luacheck.." <file>"..cmd_options.."'")
print("(")
print("\tcd "..config.dir)
print("\tfor FILE in *.lua; do")