1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-01 05:01:58 +03:00

Merge pull request #4309 from daverodgman/check-names-grep-backport

Make check-names.sh accept any grep
This commit is contained in:
Dave Rodgman
2021-04-07 15:27:44 +01:00
committed by GitHub

View File

@@ -28,11 +28,6 @@ EOF
exit exit
fi fi
if grep --version|head -n1|grep GNU >/dev/null; then :; else
echo "This script requires GNU grep.">&2
exit 1
fi
trace= trace=
if [ $# -ne 0 ] && [ "$1" = "-v" ]; then if [ $# -ne 0 ] && [ "$1" = "-v" ]; then
shift shift