index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-11-08 09:40:09 -0500 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-30 13:21:23 +0100 |
commit | 68f0bff172f77390dfad798f12e4a56e0c1f35d4 (patch) | |
tree | 92723c4a6096464d93831336c12ca6362bebc8ea /commitpkg.in | |
parent | f85a58a0a630d44285532693b61d4b8a58dee495 (diff) |
-rw-r--r-- | commitpkg.in | 2 |
diff --git a/commitpkg.in b/commitpkg.in index 806d353..eb0fc55 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -112,7 +112,7 @@ if [[ -n $(svn status -q) ]]; then msgtemplate="upgpkg: $pkgbase $(get_full_version)" if [[ -n $1 ]]; then stat_busy 'Committing changes to trunk' - svn commit -q -m "${msgtemplate} ${1}" || die + svn commit -q -m "${msgtemplate}: ${1}" || die stat_done else msgfile="$(mktemp)" |