summaryrefslogtreecommitdiff
path: root/scripts/repo-add.sh.in
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-10-19 13:47:19 +1000
committerAllan McRae <allan@archlinux.org>2015-10-19 13:48:56 +1000
commit5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 (patch)
tree96d3baac27cabf62add001d9bb9c3f8656b8a03d /scripts/repo-add.sh.in
parent29d4dcf767b7325ac7e9bbaa4c0b45e3e3ee2c73 (diff)
downloadpacman-5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8.tar.xz
Remove space before ellipses
Makes all use of ellipses consistent... Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/repo-add.sh.in')
-rw-r--r--scripts/repo-add.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 69993a90..78218f1a 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -192,7 +192,7 @@ db_remove_delta() {
msg2 "$(gettext "Removing existing entry '%s'...")" "$filename"
# empty deltas file contains only "%DELTAS%"
if (( $(wc -l < "$deltas") == 1 )); then
- msg2 "$(gettext "Removing empty deltas file ...")"
+ msg2 "$(gettext "Removing empty deltas file...")"
rm "$deltas"
fi