]> Dogcows Code - chaz/tar/blobdiff - bootstrap
Drop en_GB locale; it was more trouble than it was worth (e.g., different
[chaz/tar] / bootstrap
index 34becb29f1b2aa6bda1d387a6d2013fc0fdbc5a6..86ac9618d6acb9adaa20d212a7174671226f548f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -139,7 +139,7 @@ done
 
 echo "$0: getting translations into po..."
 (cd po &&
- rm -f dummy `ls | sed -n '/\.gmo$/p; /^en_GB\.po$/d; /\.po/p'` &&
+ 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/ &&
  ls *.po | sed 's/\.po$//' >LINGUAS
This page took 0.026134 seconds and 4 git commands to generate.