summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 9b115a93d..b65f17e77 100644
--- a/config.lib
+++ b/config.lib
@@ -694,7 +694,7 @@ check_params() {
fi
fi
- if [ "$personal_dir" == "1" ]; then
+ if [ "$personal_dir" = "1" ]; then
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "WINCE" ]; then
personal_dir="OpenTTD"
elif [ "$os" = "OSX" ]; then