Fixed small typo

This commit is contained in:
Christophe Vandekerchove 2016-03-27 18:45:29 +02:00
parent b056148d75
commit d99ff47bbc

View File

@ -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"