diff options
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 |