From f36e59755dd6e88bbcad7d01062d755d31a64eb5 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 9 Apr 2013 17:54:32 +0200 Subject: [PATCH] Require tools module, fixes trace building in wc-mode Signed-off-by: Tobias Ulmer --- local/git.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/local/git.lua b/local/git.lua index 1bdb233..759dfef 100644 --- a/local/git.lua +++ b/local/git.lua @@ -39,6 +39,7 @@ local e2option = require("e2option") local e2lib = require("e2lib") local e2tool = require("e2tool") local strict = require("strict") +local tools = require("tools") plugin_descriptor = { description = "Git SCM Plugin", -- 2.39.5