mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 15:45:37 +01:00
Merge pull request #4310 from daverodgman/check-names-grep-backport-2.16
Backport 2.16: Make check-names.sh accept any grep
This commit is contained in:
commit
384a0880c4
@ -55,11 +55,6 @@ EOF
|
||||
exit
|
||||
fi
|
||||
|
||||
if grep --version|head -n1|grep GNU >/dev/null; then :; else
|
||||
echo "This script requires GNU grep.">&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
trace=
|
||||
if [ $# -ne 0 ] && [ "$1" = "-v" ]; then
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user