summaryrefslogtreecommitdiff
path: root/scripts/rename-xml.sh
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2021-08-23 13:47:53 +0200
committerBjörn Mattsson <bjorn@sunet.se>2021-08-23 13:47:53 +0200
commit1f16143be925179875e9cc0b13e792da4ce1a963 (patch)
tree1d4e9fda449097001e2b94b1ae540532e4b1413e /scripts/rename-xml.sh
parentbd3ab45eaf334e696fd6a085cf88d73ef60dcbce (diff)
Renamed files to match entityID part2
Diffstat (limited to 'scripts/rename-xml.sh')
-rwxr-xr-xscripts/rename-xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rename-xml.sh b/scripts/rename-xml.sh
index 9ef89ead..e82742d9 100755
--- a/scripts/rename-xml.sh
+++ b/scripts/rename-xml.sh
@@ -32,7 +32,7 @@ if test -d swamid-2.0 ; then
fi
if echo "$entityID" | grep -qE '^http://|^https://' ; then
- metadata=`grep -il "$entityID" *`
+ metadata=`grep -il "entityID.*$entityID" *`
else
echo "Missing http(s) in entityID"
fi