commit 7a634e8
Emilia Smólska
·
2026-08-08 00:55:09 +0000 UTC
parent 11efe4e
regencmd should be local
1 files changed,
+1,
-1
+1,
-1
1@@ -157,7 +157,7 @@ return function(argv)
2 description = "linking $out",
3 })
4 local ourpath = package.searchpath("neutrino", package.path)
5- regencmd = {}
6+ local regencmd = {}
7 for k, v in pairs(bools) do
8 table.insert(regencmd, k .. "=" .. (v and "1" or ""))
9 end