aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2021-01-02 20:04:14 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2021-01-02 20:04:14 +0100
commit8c695ce52f2b95495516478c70cddeb70a838a24 (patch)
tree0ad620bfe52200610b95687dc9a53e92818ce68b
parent03bbdfff6150136885aad810fd2e989197ff1e8a (diff)
downloadblogc-8c695ce52f2b95495516478c70cddeb70a838a24.tar.gz
blogc-8c695ce52f2b95495516478c70cddeb70a838a24.tar.bz2
blogc-8c695ce52f2b95495516478c70cddeb70a838a24.zip
build: debian: typo
-rwxr-xr-xbuild-aux/build-debian.sh2
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}"