summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2021-04-07 16:11:17 +0200
committerBjörn Mattsson <bjorn@sunet.se>2021-04-07 16:11:17 +0200
commit8d4d260b533e63a583b476b5c0dc8f1c8278f51a (patch)
treeb0e5efd17552dc619c996824a8a2a3e933a5c841 /scripts
parent90ed96a9ffa9cc1bb85f26049a103219af8164a9 (diff)
SWAMID-190 entityID "https://gerrit.cs.lth.se/shibboleth" bort
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-metadata.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get-metadata.sh b/scripts/get-metadata.sh
index 913bda72..053a0a8e 100755
--- a/scripts/get-metadata.sh
+++ b/scripts/get-metadata.sh
@@ -23,9 +23,9 @@ EOF
fi
if [ `uname -s` == "Darwin" ]; then
- SEDI='sed -i "" '
+ SEDI="sed -i '' "
else
- SEDI='sed -i'
+ SEDI="sed -i"
fi
script_cwd=`dirname "$0"`