index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel M. Capella <polyzen@archlinux.org> | 2019-09-27 18:55:45 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-07 21:28:17 +0100 |
commit | 75d23eec942e7160108ee194894b6b83ed3045d5 (patch) | |
tree | 0d01a3b94cf920c4df9b59ec824a86556b224c61 /commitpkg.in | |
parent | 6679c28625b1e48bc115290b7c41941366d44a05 (diff) |
-rw-r--r-- | commitpkg.in | 4 |
diff --git a/commitpkg.in b/commitpkg.in index 31b2443..806d353 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -109,10 +109,10 @@ if [[ -z $server ]]; then fi if [[ -n $(svn status -q) ]]; then - msgtemplate="upgpkg: $pkgbase $(get_full_version)"$'\n\n' + 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)" |