From ecb594107edf66f190b19e78cf71378ddbe347fc Mon Sep 17 00:00:00 2001 From: Giovanni Scafora Date: Mon, 4 Jun 2007 01:21:14 -0400 Subject: Add gettext/i18n to most of the currently-used scripts Signed-off-by: Giovanni Scafora Signed-off-by: Dan McGee --- scripts/makepkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg.in') diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 6e70759b..6fedd8a6 100644 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -920,7 +920,7 @@ install_package() { } usage() { - printf "$(gettext "makepkg (pacman) %s")\n" "$myver" + printf "makepkg (pacman) %s\n" "$myver" echo printf "$(gettext "Usage: %s [options]")\n" "$0" echo -- cgit v1.2.3-24-g4f1b