From ef5e01e1b596afebe31eff71989d15688c09e297 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Apr 2020 08:11:47 -0700 Subject: [PATCH] maint: remove a stray inter-word space in a 6x-repeated comment Induce the changes by running this: re='by perl'; g grep -l "$re"|xargs perl -pi -e "s/$re/by perl/" * build-aux/announce-gen: Change "by perl" to "by perl". * build-aux/gitlog-to-changelog: Likewise. * build-aux/prefix-gnulib-mk: Likewise. * build-aux/update-copyright: Likewise. * build-aux/useless-if-before-free: Likewise. * tests/test-update-copyright.sh: Likewise. --- ChangeLog | 12 ++++++++++++ build-aux/announce-gen | 4 ++-- build-aux/gitlog-to-changelog | 4 ++-- build-aux/prefix-gnulib-mk | 4 ++-- build-aux/update-copyright | 4 ++-- build-aux/useless-if-before-free | 4 ++-- tests/test-update-copyright.sh | 2 +- 7 files changed, 23 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4d2b7925d..989a61d36a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2020-04-04 Jim Meyering + + maint: remove a stray inter-word space in a 6x-repeated comment + Induce the changes by running this: + re='by perl'; g grep -l "$re"|xargs perl -pi -e "s/$re/by perl/" + * build-aux/announce-gen: Change "by perl" to "by perl". + * build-aux/gitlog-to-changelog: Likewise. + * build-aux/prefix-gnulib-mk: Likewise. + * build-aux/update-copyright: Likewise. + * build-aux/useless-if-before-free: Likewise. + * tests/test-update-copyright.sh: Likewise. + 2020-03-28 Bruno Haible Use module 'filename' instead of module 'dosname'. diff --git a/build-aux/announce-gen b/build-aux/announce-gen index aebb86f622..a59031f9e7 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -31,11 +31,11 @@ # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2018-03-07 03:46'; # UTC +my $VERSION = '2020-04-04 15:07'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog index 511276757f..be8082e7ff 100755 --- a/build-aux/gitlog-to-changelog +++ b/build-aux/gitlog-to-changelog @@ -31,11 +31,11 @@ # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2018-03-07 03:47'; # UTC +my $VERSION = '2020-04-04 15:07'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook diff --git a/build-aux/prefix-gnulib-mk b/build-aux/prefix-gnulib-mk index 674615aa93..81ca8a1466 100755 --- a/build-aux/prefix-gnulib-mk +++ b/build-aux/prefix-gnulib-mk @@ -31,11 +31,11 @@ # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2012-01-21 17:13'; # UTC +my $VERSION = '2020-04-04 15:07'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 4f79b56be7..d9b7f683a0 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -133,11 +133,11 @@ # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx -0777 -pi "$0" "$@"' if 0; -my $VERSION = '2018-03-07.03:47'; # UTC +my $VERSION = '2020-04-04.15:07'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook diff --git a/build-aux/useless-if-before-free b/build-aux/useless-if-before-free index fa9a368096..c9a168f2d0 100755 --- a/build-aux/useless-if-before-free +++ b/build-aux/useless-if-before-free @@ -32,11 +32,11 @@ # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2018-03-07 03:47'; # UTC +my $VERSION = '2020-04-04 15:07'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook diff --git a/tests/test-update-copyright.sh b/tests/test-update-copyright.sh index adba7799fe..be6195d2bd 100755 --- a/tests/test-update-copyright.sh +++ b/tests/test-update-copyright.sh @@ -50,7 +50,7 @@ cat <<\EOF > $s # are valid code in both sh and perl. When executed by sh, they re-execute # the script through the perl program found in $PATH. The '-x' option # is essential as well; without it, perl would re-execute the script -# through /bin/sh. When executed by perl, the next two lines are a no-op. +# through /bin/sh. When executed by perl, the next two lines are a no-op. eval 'exec perl -wSx -pi "$0" "$@"' if 0; -- 2.39.5