Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 85d2c8e80f418c456c28213a08f692e33833b8c4
https://github.com/Perl/perl5/commit/85d2c8e80f418c456c28213a08f692e33833b8c4
Author: Kurt Fitzner <[email protected]>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M AUTHORS
M Configure
Log Message:
-----------
Configure - fix handling of quoted gcc output
This patch was submitted in GH issue #20606. When gcc output contains
quoted elements we fail to handle it properly. This tweaks the sed
command to do so.
Fixes #20606.