From 6341c068bc8314f06f37b1454231e1b269009a36 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 7 Apr 2021 12:44:02 +0100 Subject: [PATCH] Make check-names.sh accept any grep check-names.sh works fine with GNU and with modern FreeBSD grep so remove the check for GNU grep. Signed-off-by: Dave Rodgman --- tests/scripts/check-names.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/scripts/check-names.sh b/tests/scripts/check-names.sh index 1c807c750..70c64b928 100755 --- a/tests/scripts/check-names.sh +++ b/tests/scripts/check-names.sh @@ -28,11 +28,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