aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2025-09-21 09:47:03 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2025-09-21 09:47:03 -0700
commite65f3a36c8389e55dba223e8449c1f4a109e9c4f (patch)
tree1d8541d9afd2cb521f2948f51d15842e256722e1
parenttests: avoid false failure on older Linux kernels (diff)
downloadcoreutils-e65f3a36c8389e55dba223e8449c1f4a109e9c4f.tar.gz
coreutils-e65f3a36c8389e55dba223e8449c1f4a109e9c4f.zip
maint: update bootstrap from Gnulib
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index dc9fb4383..a15c4f574 100755
--- a/bootstrap
+++ b/bootstrap
@@ -37,7 +37,7 @@ medir=`dirname "$me"`
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2025-06-10.02; # UTC
+scriptlibversion=2025-09-07.23; # UTC
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
#
@@ -72,7 +72,7 @@ export LC_ALL
# Honor $PERL, but work even if there is none.
PERL="${PERL-perl}"
-default_gnulib_url=https://git.savannah.gnu.org/git/gnulib.git
+default_gnulib_url=https://https.git.savannah.gnu.org/git/gnulib.git
# Copyright year, for the --version output.
copyright_year=`echo "$scriptlibversion" | sed -e 's/[^0-9].*//'`