diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2008-09-17 17:27:13 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-09-27 00:02:42 +0300 |
commit | 86678b08e80573b11870e8b2b9031a89bb108fad (patch) | |
tree | 3141b1e41715da188d7e087477d51d32dae65e83 /lua_scripts | |
parent | 821f785a70d59817473911f34d7ffca2dce292ce (diff) |
Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used)
Diffstat (limited to 'lua_scripts')
-rw-r--r-- | lua_scripts/main.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua_scripts/main.lua b/lua_scripts/main.lua index 469425e..f71297a 100644 --- a/lua_scripts/main.lua +++ b/lua_scripts/main.lua @@ -24,11 +24,6 @@ end session_dir = os.getenv("SBOX_SESSION_DIR") -compiler_root = os.getenv("SBOX_COMPILER_ROOT") -if (not compiler_root) then - compiler_root = "/usr" -end - -- Load session-specific settings do_file(session_dir .. "/sb2-session.conf") do_file(session_dir .. "/exec_config.lua") |