aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-08-21 18:43:59 +0200
committerMarkus Meier <maekke@gentoo.org>2015-08-21 18:43:59 +0200
commit169af14ceed55e018222f032c7ae85dd1976b76b (patch)
tree41f62b8208383b47673b1bf39762d83e945314a0 /scripts
parentscripts: update keywording script to work with gentoo git repo (diff)
downloadmaekke-169af14ceed55e018222f032c7ae85dd1976b76b.tar.gz
maekke-169af14ceed55e018222f032c7ae85dd1976b76b.tar.bz2
maekke-169af14ceed55e018222f032c7ae85dd1976b76b.zip
fix commit message for stabilization
Signed-off-by: Markus Meier <maekke@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/keyword.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index bc64786..e18f3a5 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -82,7 +82,7 @@ for pkg in ${pkgs} ; do
if [[ ${arches:0:1} == "~" ]] ; then
msg="${cpn}: add ${arches// //}"
else
- msg="${cpn} ${tmparches// //} stable"
+ msg="${cpn}: ${tmparches// //} stable"
fi
[[ ${bugid} != "0" ]] && msg="${msg}, bug #${bugid}"