mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:25:43 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user