summaryrefslogtreecommitdiff
path: root/scripts/remove_entity.sh
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-03-13 09:02:40 +0100
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-03-13 09:02:40 +0100
commit584d643c2f63b7599412d6a3c1dfbb58a682c9ee (patch)
tree0a0fd6a99b7284bebb15b4fc9fb98b90a0bf3930 /scripts/remove_entity.sh
parentd210e1892103680357de2796a3953a19696bd93a (diff)
Resolved SWAMID-135 + updated a script.
Diffstat (limited to 'scripts/remove_entity.sh')
-rwxr-xr-xscripts/remove_entity.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/remove_entity.sh b/scripts/remove_entity.sh
index 66a38235..d9350c2b 100755
--- a/scripts/remove_entity.sh
+++ b/scripts/remove_entity.sh
@@ -16,7 +16,9 @@ esac
echo
if [ `uname -s` == "Darwin" ]; then
- MacOSX = true
+ MacOSX=true
+else
+ MacOSX=false
fi
if (grep -q $1 sp-with-simplesign); then
if ( $MacOSX ) ; then