LuaMacro
LuaMacro copied to clipboard
Wrong exit code when input file not found
If I do the following:
luam -o test.lua test.luam
echo $?
And test.luam doesn't exist, the exit code is still 0 (which leads to my Makefile not failing when it should.)