summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-04 12:41:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-04 12:41:25 +0000
commit8c119485a9fe85331eb1a265b1cbd9434e7bc813 (patch)
treea2a7a94ac0b17ec9f480bb68578fe5bca49d7234 /bootstrap
parenta02a9ed0997e1465b89e3dbb30563aaa1ea3af4f (diff)
downloadtar-8c119485a9fe85331eb1a265b1cbd9434e7bc813.tar.gz
Updated
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 9b62069d..2afc6619 100755
--- a/bootstrap
+++ b/bootstrap
@@ -76,7 +76,7 @@ update_po() {
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 $TP_URL &&
+ wget -nv -nd -r -l 1 -A .po --cache off $TP_URL &&
rm -f index.html index.html.[0-9]*
ls *.po | sed 's/\.po$//' >LINGUAS
) || exit