diff options
author | Björn Mattsson <bjorn@sunet.se> | 2021-04-07 16:11:17 +0200 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2021-04-07 16:11:17 +0200 |
commit | 8d4d260b533e63a583b476b5c0dc8f1c8278f51a (patch) | |
tree | b0e5efd17552dc619c996824a8a2a3e933a5c841 /scripts | |
parent | 90ed96a9ffa9cc1bb85f26049a103219af8164a9 (diff) |
SWAMID-190 entityID "https://gerrit.cs.lth.se/shibboleth" bort
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-metadata.sh | 4 |
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"` |