From c2fdc30cf07848654d70063af200d94a616a1093 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 15 Jun 2019 22:03:09 +0200 Subject: Fix comments in last commit. Reported by Paul Eggert. * build-aux/useless-if-before-free: Fix comment regarding the second line. * build-aux/announce-gen: Likewise. * build-aux/gitlog-to-changelog: Likewise. * build-aux/prefix-gnulib-mk: Likewise. * build-aux/update-copyright: Likewise. * tests/test-update-copyright.sh: Update test program accordingly. --- build-aux/useless-if-before-free | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 0701e7b20b..88a787c761 100755 --- a/build-aux/useless-if-before-free +++ b/build-aux/useless-if-before-free @@ -6,12 +6,12 @@ # or execvp() fails with ENOEXEC if it is a script that does not start # with a #! line. The script interpreter mentioned in the #! line has # to be /bin/sh, because on GuixSD systems that is the only program that -# has a fixed file name. The second line is for editing this file in -# Emacs. The next two lines below 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; without it, -# perl would re-execute the script through /bin/sh. When executed by -# perl, the next two lines are a no-op. +# has a fixed file name. The second line is essential for perl and is +# also useful for editing this file in Emacs. The next two lines below +# 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. eval 'exec perl -wSx "$0" "$@"' if 0; -- cgit v1.2.1