diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-24 10:56:57 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-24 10:57:28 -0700 |
commit | f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3 (patch) | |
tree | 1acfb121ee243d6dd188024124aa1c62af4795da /build-aux/update-copyright | |
parent | fd86149b1a05a38a9d21616003107aa2ab2e6c3f (diff) | |
download | emacs-f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3.tar.gz |
Update from Gnulib
This incorporates:
2019-07-16 update-copyright: Make it work again
* build-aux/config.guess, build-aux/update-copyright:
Copy from Gnulib.
Diffstat (limited to 'build-aux/update-copyright')
-rwxr-xr-x | build-aux/update-copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 4a9ea7c7a75..b3f6b298056 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 |