[pacman-dev] [PATCH] repo-add: quote filename for consistent output style

Allan McRae allan at archlinux.org
Tue Sep 25 00:24:52 EDT 2012


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/repo-add.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 504cae9..5a3bf23 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -208,7 +208,7 @@ create_signature() {
 	gpg --detach-sign --use-agent ${SIGNWITHKEY} "$dbfile" &>/dev/null || ret=$?
 
 	if (( ! ret )); then
-		msg2 "$(gettext "Created signature file %s.")" "${dbfile##*/.tmp.}.sig"
+		msg2 "$(gettext "Created signature file '%s'")" "${dbfile##*/.tmp.}.sig"
 	else
 		warning "$(gettext "Failed to sign package database.")"
 	fi
-- 
1.7.12.1



More information about the pacman-dev mailing list