From: Gordon Hecker Date: Tue, 22 Sep 2009 12:15:01 +0000 (+0200) Subject: fix undeclared variable in git module X-Git-Tag: e2factory-2.3.2rc1~59 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=bb93dc64afdec776ce27cafdd0d1d3857d3405bd;p=e2factory.git fix undeclared variable in git module Signed-off-by: Gordon Hecker --- diff --git a/local/git.lua b/local/git.lua index a72f253..1f3d248 100644 --- a/local/git.lua +++ b/local/git.lua @@ -642,6 +642,7 @@ end -- @return an error string function git.sourceid(info, sourcename, sourceset) local src = info.sources[sourcename] + local e if not src.sourceid then src.sourceid = {} src.sourceid["working-copy"] = "working-copy"