mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r10183) -Fix (r10182): some bashism sneaked in.
This commit is contained in:
parent
347c28b71a
commit
4e75c8c181
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user