From 799e92eebb163bf65ea2a4009e71db0b1bcf966c Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 2 May 2009 17:25:56 +0200 Subject: [PATCH] do not exit on non-existant files, only log it Signed-off-by: Joerg Jaspert --- config/debian/common | 1 - 1 file changed, 1 deletion(-) diff --git a/config/debian/common b/config/debian/common index 5c8171ed..9bc417b7 100644 --- a/config/debian/common +++ b/config/debian/common @@ -57,7 +57,6 @@ function acceptnew () { mv --target-directory="${accepted}" "${NAME}" else log_error "Error, couldn't find file ${NAME} to move to ${accepted}" - exit 2 fi done mv --target-directory="${accepted}" "${file}" "${file%%.changes}.dak" -- 2.39.2