From ef5e01e1b596afebe31eff71989d15688c09e297 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Apr 2020 08:11:47 -0700 Subject: 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. --- build-aux/useless-if-before-free | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/useless-if-before-free') 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 -- cgit v1.2.1