ports/devel/luastdlib/patches/patch-modules_getopt_lua

11 lines
257 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- modules/getopt.lua.orig Wed Feb 18 17:28:54 2009
+++ modules/getopt.lua Wed Sep 9 13:28:20 2009
@@ -88,6 +86,7 @@ function getOpt (argIn, options)
parseOpt (opt, arg)
end
end
+ argOut.n = #argOut
return argOut, optOut, errors
end