commit: 169af14ceed55e018222f032c7ae85dd1976b76b
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 16:43:59 2015 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 16:43:59 2015 +0000
URL: https://gitweb.gentoo.org/dev/maekke.git/commit/?id=169af14c
fix commit message for stabilization
Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
scripts/keyword.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}"