From beb208897f7b42b543bd52ba906dc6cd20f11bdb Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Tue, 15 Sep 2009 14:06:47 +0200 Subject: [PATCH] Bugfix: exit when a mandatory tool is not available Signed-off-by: Gordon Hecker --- generic/e2lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5