summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-05 18:17:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-17 20:19:25 +0000
commite895c616920a378f12b5c436571551e0b70fc5b4 (patch)
tree1944092d8969c651ea7e86dd0ab8be81c65907c9 /bin
parentUpdating. (diff)
downloadprogress-linux-tools-e895c616920a378f12b5c436571551e0b70fc5b4.tar.xz
progress-linux-tools-e895c616920a378f12b5c436571551e0b70fc5b4.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/git-debian-changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/git-debian-changelog b/bin/git-debian-changelog
index c514cf9..a1bd245 100755
--- a/bin/git-debian-changelog
+++ b/bin/git-debian-changelog
@@ -189,9 +189,9 @@ fi
if [ -n "${ID}" ]
then
- gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --debian-branch $(git branch --show-current) --git-author --release --since ${ID} ${CUSTOMIZATION} ${@}
+ echo | gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --debian-branch $(git branch --show-current) --git-author --release --since ${ID} ${CUSTOMIZATION} ${@}
else
- gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --auto --debian-branch $(git branch --show-current) --git-author --release ${CUSTOMIZATION} ${@}
+ echo | gbp dch --spawn-editor=never ${DISTRIBUTION} ${VERSION} --urgency ${URGENCY} --git-log="--no-show-signature" --auto --debian-branch $(git branch --show-current) --git-author --release ${CUSTOMIZATION} ${@}
fi
if [ -n "${DIST}" ]