summaryrefslogtreecommitdiff
path: root/make/bootstrap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'make/bootstrap.lua')
-rw-r--r--make/bootstrap.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/bootstrap.lua b/make/bootstrap.lua
index cf908b67..74eb850b 100644
--- a/make/bootstrap.lua
+++ b/make/bootstrap.lua
@@ -11,6 +11,7 @@ while arg[i] do
elseif not main and arg[i]:sub(1, 1) ~= '-' then
main = i
end
+ i = i + 1
end
if main then
@@ -32,10 +33,6 @@ else
arg[0] = 'main.lua'
end
-for k, v in pairs(arg) do
- print(k, v)
-end
-
local root; do
local sep = package.config:sub(1,1)
if sep == '\\' then