summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2008-01-14 20:30:05 +0000
committerbjarni <bjarni@openttd.org>2008-01-14 20:30:05 +0000
commit57ecf117c94e070f0aa267ecc0071e6ddabbb115 (patch)
tree93a05a168c1a95339b5bb5039e848529ff81cd3a /config.lib
parent277ec663cbfb65b791f84e252d9d64b2be542d15 (diff)
downloadopenttd-57ecf117c94e070f0aa267ecc0071e6ddabbb115.tar.xz
(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
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 3b13c2f77..e8b33e96f 100644
--- a/config.lib
+++ b/config.lib
@@ -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