diff options
author | David Walter Seikel | 2014-04-21 17:53:25 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-21 17:53:25 +1000 |
commit | e9447ecc19114cee9550c7aaea89a4d3de3cfa3f (patch) | |
tree | 8f99cefa904c2ee80ac83abea394a54cf51bea0b /ClientHamr/extantz | |
parent | Added LumbrJack (logging) and Runnr (Lua function / script runner). (diff) | |
download | SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.zip SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.gz SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.bz2 SledjHamr-e9447ecc19114cee9550c7aaea89a4d3de3cfa3f.tar.xz |
Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua.
Diffstat (limited to 'ClientHamr/extantz')
-rwxr-xr-x | ClientHamr/extantz/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/build.lua b/ClientHamr/extantz/build.lua index ca67fec..096c5ff 100755 --- a/ClientHamr/extantz/build.lua +++ b/ClientHamr/extantz/build.lua | |||
@@ -6,7 +6,7 @@ if 'nil' == type(dir) then | |||
6 | local build, err = loadfile('../../build.lua') | 6 | local build, err = loadfile('../../build.lua') |
7 | if build then | 7 | if build then |
8 | setfenv(build, getfenv(2)) | 8 | setfenv(build, getfenv(2)) |
9 | build('') | 9 | build(2) |
10 | else | 10 | else |
11 | print("ERROR - " .. err) | 11 | print("ERROR - " .. err) |
12 | end | 12 | end |