summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2022-10-05 16:25:06 +0200
committerBjörn Mattsson <bjorn@sunet.se>2022-10-05 16:25:06 +0200
commitd41746b18be6bf1e6a72e96a926ba1ea452d9eb2 (patch)
tree6ed7e9ae409a05f8c5801d159fca76bbce5dee69
parent06083dc0662df5ea05bc5a420350ae7d2690be2b (diff)
Updated check
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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