diff --git a/setup.sh b/setup.sh index 4c114b7..0b555cf 100755 --- a/setup.sh +++ b/setup.sh @@ -1,10 +1,9 @@ #!/bin/bash cd "$(dirname "$0")" -INTERACTIVE=false - -if [[ $- == *i* ]] then - INTERACTIVE=true +INTERACTIVE="false" +if [ $- == *i* ]; then + INTERACTIVE="true" fi