mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-20 15:14:14 +00:00
* 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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user