summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.in
diff options
context:
space:
mode:
authorGiovanni Scafora <linuxmania@gmail.com>2007-06-04 07:21:14 +0200
committerDan McGee <dan@archlinux.org>2007-06-04 22:54:25 +0200
commitecb594107edf66f190b19e78cf71378ddbe347fc (patch)
treef51240f38b8de0ba498e27a7cb1d6ce94a95005b /scripts/makepkg.in
parentd0679da4f32158b3091bd2862c4b9ce7efc5db29 (diff)
downloadpacman-ecb594107edf66f190b19e78cf71378ddbe347fc.tar.gz
pacman-ecb594107edf66f190b19e78cf71378ddbe347fc.tar.xz
Add gettext/i18n to most of the currently-used scripts
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.in')
-rw-r--r--scripts/makepkg.in2
1 files changed, 1 insertions, 1 deletions
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