From e6ebc9b66f8f126c3a4e378ad31e64094d236f35 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 16 Apr 2013 14:34:50 +0200 Subject: [PATCH] files: remove elib.abort() Signed-off-by: Tobias Ulmer --- local/files.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5