(svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir
Thanks to TrueLight for finding the solution to this one Note: if the shared-dir setting is already broken due to this then you have to manually run configure again
This commit is contained in:
@@ -823,7 +823,7 @@ check_params() {
|
||||
if [ "$shared_dir" = "1" ]; then
|
||||
# we are using default values
|
||||
if [ "$os" = "OSX" ]; then
|
||||
shared_dir='/Library/Application\\ Support/OpenTTD'
|
||||
shared_dir="/Library/Application\\\\ Support/OpenTTD"
|
||||
else
|
||||
shared_dir=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user