From: Tobias Ulmer Date: Tue, 16 Apr 2013 12:34:50 +0000 (+0200) Subject: files: remove elib.abort() X-Git-Tag: e2factory-2.3.15rc1~528 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=e6ebc9b66f8f126c3a4e378ad31e64094d236f35;p=e2factory.git files: remove elib.abort() Signed-off-by: Tobias Ulmer --- diff --git a/local/files.lua b/local/files.lua index 1adfefe..0a7f022 100644 --- a/local/files.lua +++ b/local/files.lua @@ -415,8 +415,8 @@ function files.prepare_source(info, sourcename, sourceset, buildpath) return false, e:cat(re) end else - e2lib.abort(string.format("missing destiny for file %s (%s)", - file.location, file.server)) + return false, err.new("missing destination for file %s (%s)", + file.location, file.server) end end end