aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 16:13:37 +1000
committerDavid Walter Seikel2014-04-20 16:13:37 +1000
commitfd361fdf6bc1c637c7f9391f4c6aea38053f4e6b (patch)
tree21a21727c2ed10086b265f9ca9c867641c64c984 /LuaSL
parentAdd breath test comments. (diff)
downloadSledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.zip
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.gz
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.bz2
SledjHamr-fd361fdf6bc1c637c7f9391f4c6aea38053f4e6b.tar.xz
Clean up the LOCALDIR stuff, and replace it with workingDir. Still needs some work.
Diffstat (limited to 'LuaSL')
-rwxr-xr-xLuaSL/build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.lua b/LuaSL/build.lua
index ea2151d..6b71532 100755
--- a/LuaSL/build.lua
+++ b/LuaSL/build.lua
@@ -10,7 +10,7 @@ if 'nil' == type(dir) then
10 else 10 else
11 print("ERROR - " .. err) 11 print("ERROR - " .. err)
12 end 12 end
13 dir = readCommand('pwd') 13 dir = workingDir
14end 14end
15 15
16dir = dir .. '/src' 16dir = dir .. '/src'