X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=bootstrap;h=bd0939a16e79d458e4e2da52d0a014881201be46;hb=263604c2ec4703cc7381899b3ad015b79f6d0d41;hp=22ccd4964ecc8ff230c0d38cffcc89ac5a08d7bd;hpb=4d8ddc720e403dfc5fa8480647ae38ee711c42fc;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 22ccd49..bd0939a 100755 --- a/bootstrap +++ b/bootstrap @@ -22,7 +22,7 @@ # Written by Paul Eggert and Sergey Poznyakoff. # URL of our text domain page in Translation Project -TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/" +TP_URL="http://www.iro.umontreal.ca/translation/maint/tar/" # Ensure file names are sorted consistently across platforms; # e.g., m4/ulonglong_gl.m4 should follow m4/ulonglong.m4. @@ -158,7 +158,7 @@ checkout() { fi cvs -q -d ${CVS_PREFIX}subversions.gnu.org:/cvsroot/$1 co $1 || exit - trap 0 + trap - 0 fi }