Re: update-copyright is broken

2019-07-19 Thread Bruno Haible
Bernhard Voelker wrote: > 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" "$@"' The benefit of this "taint mode" was

Re: update-copyright is broken

2019-07-16 Thread Bernhard Voelker
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" "$@"'

Re: update-copyright is broken

2019-07-16 Thread Bruno Haible
Hi, Brian C. Lane wrote: > I think it was the change in commit a05d5d121b10f24 where it moved and > changed the exec code at line 1. > > In parted with the latest gnulib I am getting these errors with 'make > update-copyright' > > GEN update-copyright > Use of uninitialized value $_ in pa

update-copyright is broken

2019-07-15 Thread Brian C. Lane
I think it was the change in commit a05d5d121b10f24 where it moved and changed the exec code at line 1. In parted with the latest gnulib I am getting these errors with 'make update-copyright' GEN update-copyright Use of uninitialized value $_ in pattern match (m//) at ./build-aux/update-c