maintainer-feedback requested: [Bug 240310] www/p5-Gantry: correctly escape $
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 3 17:26:41 UTC 2019
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-perl mailing list
<perl at FreeBSD.org> for maintainer-feedback:
Bug 240310: www/p5-Gantry: correctly escape $
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240310
--- 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.
More information about the freebsd-perl
mailing list