(svn r10183) -Fix (r10182): some bashism sneaked in.

pull/155/head
rubidium 17 years ago
parent 3c7a85fe94
commit 926035497b

@ -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…
Cancel
Save