From b5a9fa677847081c9b4f26908272f122b15df8b9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 16 Jul 2019 10:02:30 +0200 Subject: [PATCH] update-copyright: Make it work again (regression from 2019-06-15). Reported by Brian C. Lane . * build-aux/update-copyright: Add back the -0777, -p, -i options. --- ChangeLog | 6 ++++++ build-aux/update-copyright | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 502c7868c0..08bcf1082d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-07-16 Bruno Haible + + update-copyright: Make it work again (regression from 2019-06-15). + Reported by Brian C. Lane . + * build-aux/update-copyright: Add back the -0777, -p, -i options. + 2019-07-14 Bruno Haible doc: Update info about . 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 -- 2.39.5