Bug 38069 - Usage of 'grep -E' instead of detected $(EGREP) causes errors
Summary: Usage of 'grep -E' instead of detected $(EGREP) causes errors
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.10.2
Hardware: SPARC Solaris
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 02:22 UTC by Dagobert Michelsen
Modified: 2011-06-08 07:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Use $(EGREP) instead of 'grep -E' (915 bytes, patch)
2011-06-08 02:22 UTC, Dagobert Michelsen
Details | Splinter Review

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.