From d41746b18be6bf1e6a72e96a926ba1ea452d9eb2 Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Wed, 5 Oct 2022 16:25:06 +0200 Subject: Updated check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 884f8ed..3da8c0b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ mdtest: @for dir in test-sp test-idp production-sp production-idp; do find metadata/$$dir -name \*.xml -exec xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd \{\} \; ; done idptest: - @if (rgrep -q IDPSSODescriptor metadata/*-sp); then echo "Hittade en IDP band SP:na !!!"; exit 1; fi + @if (grep -rq IDPSSODescriptor metadata/*-sp); then echo "Hittade en IDP band SP:na !!!"; exit 1; fi update: update-git -- cgit v1.2.3