[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: update-copyright is broken
From: |
Bernhard Voelker |
Subject: |
Re: update-copyright is broken |
Date: |
Wed, 17 Jul 2019 08:44:28 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 7/16/19 10:03 AM, Bruno Haible wrote:
> Thanks for the report. Indeed, a bad regression. Fixed as follows:
Hmm, and what about the other changes of perl options in commit a05d5d121b10:
* build-aux/useless-if-before-free:
had tainting checks enabled (-T):
< eval 'exec perl -wST "$0" "$@"'
> eval 'exec perl -wSx "$0" "$@"'
* tests/test-update-copyright.sh:
had -0777 -pi:
< eval 'exec perl -wS -0777 -pi "$0" "$@"'
> eval 'exec perl -wSx "$0" "$@"'
?
Are they consciously dropped?
announce-gen, gitlog-to-changelog and prefix-gnulib-mk still have
their original perl options BTW.
Have a nice day,
Berny