Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 14:55:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 233440] java/classpath: Fix sed expression
Message-ID:  <bug-233440-8522-ld4YeKY6G4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233440-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233440-8522@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-java mailing list
<java@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233440-8522-ld4YeKY6G4>