From ebae8bd009764fd7ad965c0f8444908e7a84e9eb Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Thu, 20 Dec 2007 00:05:03 +0100 Subject: update of translation-help and fix a typo in gensync. Signed-off-by: Chantry Xavier --- scripts/gensync.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-24-g4f1b