diff options
Diffstat (limited to 'make/bootstrap.lua')
-rw-r--r-- | make/bootstrap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/bootstrap.lua b/make/bootstrap.lua index 74eb850b..021252c5 100644 --- a/make/bootstrap.lua +++ b/make/bootstrap.lua @@ -6,7 +6,7 @@ while arg[i] do i = i + 1
local expr = assert(arg[i], "'-e' needs argument")
assert(load(expr, "=(command line)"))()
- -- TODO
+ -- exit after the executing
return
elseif not main and arg[i]:sub(1, 1) ~= '-' then
main = i
|