index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-10-19 13:47:19 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-19 13:48:56 +1000 |
commit | 5301d3fe8fc3fc0a65f6361ba3b4afcdcb9c2cf8 (patch) | |
tree | 96d3baac27cabf62add001d9bb9c3f8656b8a03d /scripts/repo-add.sh.in | |
parent | 29d4dcf767b7325ac7e9bbaa4c0b45e3e3ee2c73 (diff) |
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
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 |