* bootstrap (TP_URL): Change from

<http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
<http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
some redirection glitches.
Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
* doc/.cvsignore: Change "tar.info" to "tar.info*".  Sort.
This commit is contained in:
Paul Eggert
2005-03-21 21:56:02 +00:00
parent 6811232d8f
commit 67c7284d07
4 changed files with 49 additions and 38 deletions
+2 -2
View File
@@ -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
}