summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-03-20 18:40:00 -0700
committerJim Meyering <meyering@fb.com>2022-03-20 18:40:41 -0700
commitbc4241629c73b6a4006ec6176f927024cf15abc5 (patch)
tree01fcc2e0b6d7163dc9632a10746d392e651ac217 /bootstrap
parent16b3c2f9f3a3e2deb70af74ba0914fd19d9c1085 (diff)
downloadgrep-bc4241629c73b6a4006ec6176f927024cf15abc5.tar.gz
build: update gnulib to latest, for bootstrap long-line fix
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index dc2238f4..9c14d24f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2022-01-26.05; # UTC
+scriptversion=2022-03-21.01; # UTC
# Bootstrap this package from checked-out sources.
@@ -776,7 +776,8 @@ if $use_gnulib; then
# not be performed because we do not know what the depth of the commit
# is without fetching all commits. So fallback to fetching all commits.
git -C "$gnulib_path" init
- git -C "$gnulib_path" remote add origin ${GNULIB_URL:-$default_gnulib_url}
+ git -C "$gnulib_path" remote add origin \
+ ${GNULIB_URL:-$default_gnulib_url}
git -C "$gnulib_path" fetch $shallow origin "$GNULIB_REVISION" \
|| git -C "$gnulib_path" fetch origin \
|| cleanup_gnulib