From: Jim Meyering Date: Mon, 21 Mar 2022 01:38:50 +0000 (-0700) Subject: maint: bootstrap: split a too-long line X-Git-Tag: v1.0~2329 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bb220237d65b17845b4976166c46c9d7053f2e1a;p=gnulib.git maint: bootstrap: split a too-long line * build-aux/bootstrap (git_modules_config): Split longer-than-80 line. --- diff --git a/ChangeLog b/ChangeLog index 1f60d9a44c..5fab584974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-03-20 Jim Meyering + + maint: bootstrap: split a too-long line + * build-aux/bootstrap (git_modules_config): Split longer-than-80 line. + 2022-03-14 Simon Josefsson announce-gen: Modernize GnuPG key retrieval suggestions. Based on diff --git a/build-aux/bootstrap b/build-aux/bootstrap index dc2238f4ad..9c14d24f5e 100755 --- a/build-aux/bootstrap +++ b/build-aux/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