diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-03-13 09:02:40 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2018-03-13 09:02:40 +0100 |
commit | 584d643c2f63b7599412d6a3c1dfbb58a682c9ee (patch) | |
tree | 0a0fd6a99b7284bebb15b4fc9fb98b90a0bf3930 /scripts | |
parent | d210e1892103680357de2796a3953a19696bd93a (diff) |
Resolved SWAMID-135 + updated a script.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/remove_entity.sh | 4 |
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 |