summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2007-12-20 00:05:03 +0100
committerDan McGee <dan@archlinux.org>2007-12-20 01:21:27 +0100
commitebae8bd009764fd7ad965c0f8444908e7a84e9eb (patch)
tree999bf50659b2bff94f25bb511c99be9d75711dbf /scripts
parentb06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e (diff)
downloadpacman-ebae8bd009764fd7ad965c0f8444908e7a84e9eb.tar.gz
pacman-ebae8bd009764fd7ad965c0f8444908e7a84e9eb.tar.xz
update of translation-help and fix a typo in gensync.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gensync.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gensync.sh.in b/scripts/gensync.sh.in
index bf54baf7..13117ccd 100644
--- a/scripts/gensync.sh.in
+++ b/scripts/gensync.sh.in
@@ -126,7 +126,7 @@ forcepkgs=""
for file in $(find "$rootdir"/* -name "$BUILDSCRIPT"); do
unset pkgname pkgver pkgrel options
- source $file || die "$(gettext "failed to parse parse %s")" $file
+ source $file || die "$(gettext "failed to parse %s")" $file
if [ "$arch" = 'any' ]; then
CARCH='any'
fi