diff options
author | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:19:37 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-12-14 13:19:37 +0100 |
commit | 29f8ff20dd22885f35611d07921b26f7596dd253 (patch) | |
tree | a1575a2de9b2d37b8f13f6b8524dfc40dc4d0231 | |
parent | 3b24bbab29c3d09d228ebec8e74afed19831e1d8 (diff) |
nice to generate valid xml
-rwxr-xr-x | scripts/pull-and-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pull-and-verify.sh b/scripts/pull-and-verify.sh index ac9aa0a6..ab94c7e7 100755 --- a/scripts/pull-and-verify.sh +++ b/scripts/pull-and-verify.sh @@ -16,7 +16,7 @@ TMPD=`mktemp -d` xsltproc --stringparam output $TMPD xslt/import-metadata.xsl $TMPF || die "Unable to import metadata from $URL: $?" rsync -avz $TMPD/ $DIR ( -echo '?xml version="1.0"?>' +echo '<?xml version="1.0"?>' echo "<EntitiesDescriptor xmlns=\"urn:oasis:names:tc:SAML:2.0:metadata\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" Name=\"http://md.swamid.se/md/$3.xml\">" for md in $3/*.xml; do echo "<xi:include href=\"$md\"/>" |