From d1fd09ed823d4be832b4a91e6c8ab9ce755b5476 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Fri, 4 Dec 2009 13:58:28 +0100 Subject: [PATCH] e2option: export opts in the global e2option table Signed-off-by: Gordon Hecker --- generic/e2option.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5