maintainer-feedback requested: [Bug 233440] java/classpath: Fix sed expression
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 14:55:53 UTC 2018
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at FreeBSD.org> for maintainer-feedback:
Bug 233440: java/classpath: Fix sed expression
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233440
--- Description ---
Hi,
scripts/check__jni__methods.sh has an expression using an escape of an ordinary
character, '\J'. This will be disallowed in future versions of our regex(3) as
we ease our way into GNU extensions in libregex. Attached patch simply patches
out the escape, which should yield the same result with gsed and be
upstreamable.
Thanks,
Kyle Evans
More information about the freebsd-java
mailing list