diff --git a/programs/system/RunOD/1/Tupfile.lua b/programs/system/RunOD/1/Tupfile.lua index 05419f8692..ec5b54d8af 100644 --- a/programs/system/RunOD/1/Tupfile.lua +++ b/programs/system/RunOD/1/Tupfile.lua @@ -1,4 +1,4 @@ -if tup.getconfig('NO_JWASM') ~= 'full' then return end +if tup.getconfig('NO_JWASM') ~= "" then return end if tup.getconfig("LANG") == "it" then tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}