From: Gordon Hecker Date: Tue, 15 Sep 2009 12:06:47 +0000 (+0200) Subject: Bugfix: exit when a mandatory tool is not available X-Git-Tag: e2factory-2.3.2rc1~61 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=beb208897f7b42b543bd52ba906dc6cd20f11bdb;p=e2factory.git Bugfix: exit when a mandatory tool is not available Signed-off-by: Gordon Hecker --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index fde4356..3b3de4c 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -199,7 +199,7 @@ function e2lib.init2() -- initialize the transport library after resetting tools local rc, re = transport.init() if not rc then - e:cat(re) + e2lib.abort(e:cat(re)) end -- get host system architecture