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.
2 parents dfa34fd + 3682a14 commit 04ce654Copy full SHA for 04ce654
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