summaryrefslogtreecommitdiff
path: root/archrelease.in
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2011-11-01 20:38:42 -0400
committerPierre Schmitz <pierre@archlinux.de>2011-11-04 19:33:29 +0100
commit42d821ef7b9cfdf4a401563a9351820499620afa (patch)
treef01e902c854e1ada6dcf0865c212b71810e7c61a /archrelease.in
parentaea075d817b579fa5b4f45a10cdce1c7f822c571 (diff)
downloaddevtools32-42d821ef7b9cfdf4a401563a9351820499620afa.tar.xz
Capitalize output messages
Some of the output/error messages were capitalized, some were not. This patch capitalize everything for consistency sake. Other minor changes were done to the messages like removing the superfluous "error:" from die messages and adding a final period to messages that were complete sentences as appropriate. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'archrelease.in')
-rw-r--r--archrelease.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/archrelease.in b/archrelease.in
index 6fccfc9..40b6c09 100644
--- a/archrelease.in
+++ b/archrelease.in
@@ -36,7 +36,7 @@ for file in "${known_files[@]}"; do
done
for tag in "$@"; do
- stat_busy "copying ${trunk} to ${tag}"
+ stat_busy "Copying ${trunk} to ${tag}"
if [[ -d repos/$tag ]]; then
declare -a trash
@@ -56,7 +56,7 @@ for tag in "$@"; do
stat_done
done
-stat_busy "releasing package"
+stat_busy "Releasing package"
printf -v tag_list ", %s" "$@"; tag_list="${tag_list#, }"
svn commit -q -m "archrelease: copy ${trunk} to $tag_list" || abort
stat_done