We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
egrep
grep -E
1 parent 39f83a8 commit 3682a14Copy full SHA for 3682a14
tools/uncrustify/uncrustify.sh
@@ -16,7 +16,7 @@ if ! command -v uncrustify >/dev/null; then
16
do_install=true
17
else
18
# Validate uncrustify version
19
- VERSION=$(uncrustify --version | egrep -o '0.[0-9]+[.0-9]*')
+ VERSION=$(uncrustify --version | grep -E -o '0.[0-9]+[.0-9]*')
20
if [[ "$VERSION" != $UNCRUSTIFY_VERSION ]]; then
21
22
fi
0 commit comments