From 9771467dc83cef84d08cb4beb0ffba20ec3d6337 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 21 Jan 2004 10:34:30 +0000 Subject: [PATCH] Updated TP URL, improved help output. Default to :ext:anoncvs and set CVS_RSH, unless already set. --- bootstrap | 44 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) diff --git a/bootstrap b/bootstrap index 597959d..3568ee3 100755 --- a/bootstrap +++ b/bootstrap @@ -21,6 +21,33 @@ # Written by Paul Eggert. +# URL of our text domain page in Translation Project +TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/" + +usage() { + cat <&2 exit 1;; esac @@ -171,8 +202,7 @@ if test "$DOWNLOAD_PO" = "yes"; then echo "$0: getting translations into po..." (cd po && rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` && - wget -nv -nd -r -l 1 -A .po -C off \ - http://www.iro.umontreal.ca/contrib/po/maint/tar/ && + wget -nv -nd -r -l 1 -A .po -C off $TP_URL && ls *.po | sed 's/\.po$//' >LINGUAS ) || exit fi -- 2.44.0