From: Bruno Haible Date: Tue, 16 Jul 2019 08:02:30 +0000 (+0200) Subject: update-copyright: Make it work again (regression from 2019-06-15). X-Git-Tag: v1.0~4735 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b5a9fa677847081c9b4f26908272f122b15df8b9;p=gnulib.git 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. --- 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