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
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" "$@"'
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
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