summaryrefslogtreecommitdiff
path: root/metadata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/Makefile')
-rw-r--r--metadata/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/metadata/Makefile b/metadata/Makefile
index 7fbebc7d..c1a43a00 100644
--- a/metadata/Makefile
+++ b/metadata/Makefile
@@ -47,16 +47,16 @@ testALlevel:
@echo "Check for IdP:s with AL3"
@for x in `grep -rl http://www.swamid.se/policy/assurance/al3 $(SRCDIRS)`; do \
if ! grep -q http://www.swamid.se/policy/assurance/al2 $$x ; then echo " $$x missing AL2 in assurance-certification" ; fi ; \
- if [ ! "$$(awk '$$1 > 2 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update efter that!" ; fi ; \
+ if [ ! "$$(awk '$$1 > 2 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update after that!" ; fi ; \
done
@echo "Check for IdP:s with AL2"
@for x in `grep -rl http://www.swamid.se/policy/assurance/al2 $(SRCDIRS)`; do \
if ! grep -q http://www.swamid.se/policy/assurance/al1 $$x ; then echo " $$x missing AL1 in assurance-certification" ; fi ; \
- if [ ! "$$(awk '$$1 > 1 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update efter that!" ; fi ; \
+ if [ ! "$$(awk '$$1 > 1 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update after that!" ; fi ; \
done
@echo "Check for IdP:s with AL1"
@for x in `grep -rl http://www.swamid.se/policy/assurance/al1 $(SRCDIRS)`; do \
- if [ ! "$$(awk '$$1 > 0 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update efter that!" ; fi ; \
+ if [ ! "$$(awk '$$1 > 0 && $$2 == "'$$x'" {print $$2}' MaxALofIDP.txt)" == "$$x" ]; then echo " $$x missing in MaxALofIDP.txt verify with SWAMID-Policy and update after that!" ; fi ; \
done
@echo Fixa så att vi kollar!!!!!