From 8c695ce52f2b95495516478c70cddeb70a838a24 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 2 Jan 2021 20:04:14 +0100 Subject: build: debian: typo --- build-aux/build-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3-18-g5258