From 020f820a44154172b4475673bc30dff85338225f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 16 Sep 2016 18:10:32 +0200 Subject: [PATCH] e2tool: lock the info table, cross fingers Signed-off-by: Tobias Ulmer --- local/e2tool.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index 90185ae..a418380 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -655,7 +655,7 @@ function e2tool.collect_project_info(info, skip_load_config) return false, re end - return info + return strict.lock(info) end --- Returns a sorted vector with all dependencies for the given result -- 2.39.5