From 364157bb57dc8d212d973a0c1e9a27271047d39b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Oct 2019 14:05:20 +0200 Subject: [PATCH] debian/orig-tar.sh: fix bash syntax --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index ea87640b..030f9c2a 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -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