From: Gordon Hecker Date: Fri, 4 Dec 2009 12:58:28 +0000 (+0100) Subject: e2option: export opts in the global e2option table X-Git-Tag: e2factory-2.3.3rc1~9 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d1fd09ed823d4be832b4a91e6c8ab9ce755b5476;p=e2factory.git e2option: export opts in the global e2option table Signed-off-by: Gordon Hecker --- diff --git a/generic/e2option.lua b/generic/e2option.lua index 20b07d5..30a117f 100644 --- a/generic/e2option.lua +++ b/generic/e2option.lua @@ -347,6 +347,7 @@ function e2option.parse(args) if opts["Whint"] or opts["Wall"] then e2lib.warn_category.WHINT = true end + e2option.opts = opts return opts, vals end