projects
/
debian
/
scripts.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf90007
)
gbp_retag_commit.sh: fix a typo
master
author
Antonio Ospite <ao2@ao2.it>
Wed, 18 Nov 2015 14:37:37 +0000
(15:37 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 18 Nov 2015 14:39:19 +0000
(15:39 +0100)
gbp_retag_commit.sh
patch
|
blob
|
history
diff --git
a/gbp_retag_commit.sh
b/gbp_retag_commit.sh
index
4bffd36
..
c333947
100755
(executable)
--- a/
gbp_retag_commit.sh
+++ b/
gbp_retag_commit.sh
@@
-26,7
+26,7
@@
then
exit 1
fi
-# TODO: give a warning or an error if this is
is
an UNRELEASED version?
+# TODO: give a warning or an error if this is an UNRELEASED version?
PACKAGE=$(echo "$CHANGELOG_HEADER" | cut -d ' ' -f 1)
VERSION=$(echo "$CHANGELOG_HEADER" | cut -d '(' -f 2 | cut -d ')' -f 1 )