Bug 38069

Summary: Usage of 'grep -E' instead of detected $(EGREP) causes errors
Product: cairo Reporter: Dagobert Michelsen <dam>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.10.2   
Hardware: SPARC   
OS: Solaris   
Whiteboard:
i915 platform: i915 features:
Attachments: Use $(EGREP) instead of 'grep -E'

Description Dagobert Michelsen 2011-06-08 02:22:17 UTC
Created attachment 47710 [details] [review]
Use $(EGREP) instead of 'grep -E'

At some places 'grep -E' is used instead of the autotected $(EGREP). This leads to errors when the standard grep (here: Solaris /usr/bin/grep) does not understand -E, but another grep does.

The attached patch fixes the issue.
Comment 1 Benjamin Otte 2011-06-08 05:59:53 UTC

*** This bug has been marked as a duplicate of bug 37388 ***
Comment 2 Dagobert Michelsen 2011-06-08 06:46:53 UTC
The git commit fixes a different issue. Please review the patch attached here.
Comment 3 Benjamin Otte 2011-06-08 06:56:34 UTC
Woops, indeed.
Comment 4 Benjamin Otte 2011-06-08 07:06:18 UTC
Applied to master and 1.10 branch.

Sorry again for not looking carefully enough.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.