+2024-06-29 Bruno Haible <bruno@clisp.org>
+
+ bootstrap-funclib.sh: Restore readability.
+ * top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR): Add a line break
+ instead of removing spaces.
+ * build-aux/bootstrap: Regenerated.
+
2024-06-29 Bruno Haible <bruno@clisp.org>
Global rename *zs[n]printf -> *s[n]zprintf.
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2024-04-28.09; # UTC
+scriptlibversion=2024-06-29.23; # UTC
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
#
if git clone -h 2>&1 | grep -- --depth > /dev/null; then
shallow='--depth 2'
fi
- git clone $shallow "$gnulib_url" "$gnulib_path"\
+ git clone $shallow "$gnulib_url" "$gnulib_path" \
|| cleanup_gnulib
else
if git fetch -h 2>&1 | grep -- --depth > /dev/null; then
|| git -C "$gnulib_path" fetch origin \
|| cleanup_gnulib
git -C "$gnulib_path" reset --hard FETCH_HEAD
- (cd "$gnulib_path" && git checkout "$GNULIB_REVISION")||cleanup_gnulib
+ (cd "$gnulib_path" && git checkout "$GNULIB_REVISION") \
+ || cleanup_gnulib
fi
trap - HUP INT PIPE TERM
else
# A library of shell functions for autopull.sh, autogen.sh, and bootstrap.
-scriptlibversion=2024-04-28.09; # UTC
+scriptlibversion=2024-06-29.23; # UTC
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
#
if git clone -h 2>&1 | grep -- --depth > /dev/null; then
shallow='--depth 2'
fi
- git clone $shallow "$gnulib_url" "$gnulib_path"\
+ git clone $shallow "$gnulib_url" "$gnulib_path" \
|| cleanup_gnulib
else
if git fetch -h 2>&1 | grep -- --depth > /dev/null; then
|| git -C "$gnulib_path" fetch origin \
|| cleanup_gnulib
git -C "$gnulib_path" reset --hard FETCH_HEAD
- (cd "$gnulib_path" && git checkout "$GNULIB_REVISION")||cleanup_gnulib
+ (cd "$gnulib_path" && git checkout "$GNULIB_REVISION") \
+ || cleanup_gnulib
fi
trap - HUP INT PIPE TERM
else