diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2007-12-20 00:05:03 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-19 18:21:27 -0600 |
commit | ebae8bd009764fd7ad965c0f8444908e7a84e9eb (patch) | |
tree | 999bf50659b2bff94f25bb511c99be9d75711dbf /scripts | |
parent | b06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e (diff) | |
download | 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.in | 2 |
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 |