From d99ff47bbc540ae469a3ff57c659c49fa2dcc1ff Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Sun, 27 Mar 2016 18:45:29 +0200 Subject: [PATCH] Fixed small typo --- smart_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_launch.sh b/smart_launch.sh index bbe0098..6f3ab62 100755 --- a/smart_launch.sh +++ b/smart_launch.sh @@ -21,7 +21,7 @@ else fi # Checking options -if [ $FACTORIO_DISSALOW_COMMANDS -eq "false" ]; then +if [ "$FACTORIO_DISSALOW_COMMANDS" -eq "false" ]; then disallow_commands="" else disallow_commands="--disallow-commands"