summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-24 22:09:57 +0200
committerJim Meyering <meyering@redhat.com>2007-10-24 22:09:57 +0200
commit0edca4f61fa3257d2f1670d03c3d00b65b219939 (patch)
treef32c6eaa4cf5117a0e11598ea4caec7e10f1e32b /bootstrap
parentffc29e91c4ed21ff0b134ec848589b9ae87c1ce6 (diff)
downloadcoreutils-0edca4f61fa3257d2f1670d03c3d00b65b219939.tar.xz
Get gnulib from the git repository, not from an obsolete cvs one.
* bootstrap: Suggestion from Micah Cowan.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index aa86d3d52..22e3a41f5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -23,7 +23,6 @@ nl='
'
# Ensure file names are sorted consistently across platforms.
-# Also, ensure diagnostics are in English, e.g., "wget --help" below.
LC_ALL=C
export LC_ALL
@@ -243,7 +242,7 @@ case ${GNULIB_SRCDIR--} in
trap cleanup_gnulib 1 2 13 15
- cvs -z3 -q -d ${CVS_PREFIX}cvs.savannah.gnu.org:/cvsroot/gnulib co gnulib ||
+ git clone --depth 2 git://git.sv.gnu.org/gnulib ||
cleanup_gnulib
trap - 1 2 13 15