Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9780 → Rev 9781

/programs/system/shell/Tupfile.lua
1,8 → 1,6
if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../programs"
end
 
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_tcc.lua")
 
if tup.getconfig("LANG") == "ru"