debian/orig-tar.sh: fix bash syntax

This commit is contained in:
Sylvestre Ledru 2019-10-20 14:05:20 +02:00
parent d9d3428473
commit 364157bb57

2
debian/orig-tar.sh vendored
View File

@ -144,6 +144,6 @@ if test -n "$RCRELEASE" -o -n "$BRANCH"; then
EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version"
fi
dch "$EXTRA_DCH_FLAGS" --distribution $DISTRIBUTION --newversion 1:"$VERSION"-1~exp1 "New snapshot release"
dch $EXTRA_DCH_FLAGS --distribution $DISTRIBUTION --newversion 1:"$VERSION"-1~exp1 "New snapshot release"
exit 0