summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-16 10:02:30 +0200
committerBruno Haible <bruno@clisp.org>2019-07-16 10:02:30 +0200
commitb5a9fa677847081c9b4f26908272f122b15df8b9 (patch)
tree14b04e5a01209af3feda50d573dbf19eecab5dee
parentd60d9c02609016e91ad349fad6fb46ee2472e768 (diff)
downloadgnulib-b5a9fa677847081c9b4f26908272f122b15df8b9.tar.gz
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.
-rw-r--r--ChangeLog6
-rwxr-xr-xbuild-aux/update-copyright2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 502c7868c0..08bcf1082d 100644
--- 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>.
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index 4a9ea7c7a7..b3f6b29805 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -134,7 +134,7 @@
# 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