index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-31 13:12:34 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-03 21:57:03 +1000 |
commit | de915c4f145d6e985c3c0fdf8fe121b5066d711c (patch) | |
tree | 80b226a3569a27a2c120f7fe26d4802b50fceaa6 /scripts | |
parent | 3dfec574a36b6aacc2004df3e122dae9d17a4b0d (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 cff52d4e..bccf2f37 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -543,7 +543,7 @@ prepare_repo_db() { fi fi verify_signature "$dbfile" - msg "$(gettext "Extracting database to a temporary location...")" + msg "$(gettext "Extracting %s to a temporary location...")" "${dbfile##*/}" bsdtar -xf "$dbfile" -C "$tmpdir/$repo" else case $cmd in |