summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/bootstrap.lua2
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