]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/common
do not exit on non-existant files, only log it
[dak.git] / 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"