From 62cb6d7e0b9dee62817680967a21a0b8e997f7a3 Mon Sep 17 00:00:00 2001 From: Anders Lördal Date: Fri, 11 Sep 2015 14:20:29 +0200 Subject: Added extra directore for dedupe --- scripts/pull-and-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pull-and-verify.sh') diff --git a/scripts/pull-and-verify.sh b/scripts/pull-and-verify.sh index b8b1e223..7cfda0a8 100755 --- a/scripts/pull-and-verify.sh +++ b/scripts/pull-and-verify.sh @@ -24,7 +24,7 @@ T=`mktemp` for md in $DIR/*.xml; do xsltproc xslt/clean-entitydescriptor.xsl $md > $T && mv $T $md test=`echo $md | cut -d/ -f2-` - if [ ! -f "swamid-2.0/$test" ]; then + if [ ! -f "swamid-2.0/$test" -a ! -f "swamid-2.0-obsolete/$test" ]; then echo "" fi done -- cgit v1.2.3