]> Savannah Git Hosting - gnulib.git/commitdiff
update-copyright: Make it work again (regression from 2019-06-15).
authorBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2019 08:02:30 +0000 (10:02 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Jul 2019 08:02:30 +0000 (10:02 +0200)
Reported by Brian C. Lane <bcl@redhat.com>.

* build-aux/update-copyright: Add back the -0777, -p, -i options.

ChangeLog
build-aux/update-copyright

index 502c7868c0e5f4cb57eca34bdcb26348226c400d..08bcf1082d389a43e6e11cccfbb2af4d2311dc03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-16  Bruno Haible  <bruno@clisp.org>
+
+       update-copyright: Make it work again (regression from 2019-06-15).
+       Reported by Brian C. Lane <bcl@redhat.com>.
+       * build-aux/update-copyright: Add back the -0777, -p, -i options.
+
 2019-07-14  Bruno Haible  <bruno@clisp.org>
 
        doc: Update info about <pthread.h>.
index 4a9ea7c7a75749751393b90e6799c0330ca427e6..b3f6b298056d91efd44d66f5c9ad44d89794f9f3 100755 (executable)
 # 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" "$@"'
+eval 'exec perl -wSx -0777 -pi "$0" "$@"'
      if 0;
 
 my $VERSION = '2018-03-07.03:47'; # UTC