Date: Tue, 03 Sep 2019 17:26:40 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [Bug 240310] www/p5-Gantry: correctly escape $ Message-ID: <bug-240310-14331-R1X3wLZCqE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240310-14331@https.bugs.freebsd.org/bugzilla/> References: <bug-240310-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-perl mailing l= ist <perl@FreeBSD.org> for maintainer-feedback: Bug 240310: www/p5-Gantry: correctly escape $ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240310 --- Description --- In make(1), "$$" is the escaped version of "$", rather than the expected "\= $". this expression was getting passed through to ${REINPLACE_CMD} as "s,\NV{..= ." rathern than the expected "s,$ENV{..." -- bug #229925 makes \N an illegal expression, as ordinary characters will be disallowed from being escaped in preparation for future changes to grant some of these escape sequences GNU-extended behavior.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240310-14331-R1X3wLZCqE>