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.
*** This bug has been marked as a duplicate of bug 37388 ***
The git commit fixes a different issue. Please review the patch attached here.
Woops, indeed.
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.