diff options
-rwxr-xr-x | build-aux/build-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index a783241..fc0c30b 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -78,7 +78,7 @@ cp -r "${SRCDIR}/debian" "${BUILDDIR}/${P}/" pushd "${BUILDDIR}/${P}" > /dev/null ## skip build silently when new version is older than last changelog version (version bump) -if !dch \ +if ! dch \ --distribution "${DIST}" \ --newversion "${PV}-${REV}" \ "Automated build for ${DIST}" |