X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=2afc661991aae58d9921a9f14c5810db73cf4716;hb=8c119485a9fe85331eb1a265b1cbd9434e7bc813;hp=9b62069d34419eb33cf51891f5c7945dcd0ca669;hpb=c2552c6c40aaf946025573ec48e1f612e8399118;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 9b62069..2afc661 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