]> Savannah Git Hosting - gnulib.git/commitdiff
maint: bootstrap: split a too-long line
authorJim Meyering <meyering@fb.com>
Mon, 21 Mar 2022 01:38:50 +0000 (18:38 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 21 Mar 2022 01:38:50 +0000 (18:38 -0700)
* build-aux/bootstrap (git_modules_config): Split longer-than-80 line.

ChangeLog
build-aux/bootstrap

index 1f60d9a44c9a16ee8f3d1f363ae852c992e53ce6..5fab5849740dcf5f99f32c3f6358973c283691b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-20  Jim Meyering  <meyering@fb.com>
+
+       maint: bootstrap: split a too-long line
+       * build-aux/bootstrap (git_modules_config): Split longer-than-80 line.
+
 2022-03-14  Simon Josefsson  <simon@josefsson.org>
 
        announce-gen: Modernize GnuPG key retrieval suggestions.  Based on
index dc2238f4adfc7493742d943e79f816319df46340..9c14d24f5e8b845d134672833fd9007d86d6e356 100755 (executable)
@@ -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