mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-22 04:23:07 -04:00
Merge pull request #6936 from daverodgman/patch-1-2.28
Use `grep -E` instead of `egrep`
This commit is contained in:
commit
71d3ae09c1
@ -35,7 +35,7 @@ cat doc.out doc.err | \
|
||||
grep -v "warning: ignoring unsupported tag" \
|
||||
> doc.filtered
|
||||
|
||||
if egrep "(warning|error):" doc.filtered; then
|
||||
if grep -E "(warning|error):" doc.filtered; then
|
||||
echo "FAIL" >&2
|
||||
exit 1;
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user