RFR: JDK-8036145: Solaris standard grep does not understand -qE

Alan Bateman Alan.Bateman at oracle.com
Mon Mar 3 17:00:55 UTC 2014


On 03/03/2014 16:56, Erik Joelsson wrote:
> It seems I failed in the below fix. /usr/bin/grep on Solaris does not 
> support -qE. Here is another patch, converting the regexp to work 
> without the -E switch and piping to /dev/null to keep it quiet:
I've been seeing this lately so it's good to get it fixed. The change to 
drop using the extended regexp looks okay to me.

-Alan



More information about the build-dev mailing list