From 07824d0a5c98625d0ae49346566ce88e5059df8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 11 Oct 2021 21:57:41 +0800 Subject: update comment --- make/bootstrap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3