]> git.decadent.org.uk Git - dak.git/commitdiff
do not exit on non-existant files, only log it
authorJoerg Jaspert <joerg@debian.org>
Sat, 2 May 2009 15:25:56 +0000 (17:25 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 2 May 2009 15:25:56 +0000 (17:25 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/common

index 5c8171ed6888b920124cf2c14eb0525ef3650d59..9bc417b7bb91918fa45594847bb7d42220cda979 100644 (file)
@@ -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"