From 224d7afe3d9a151c8c997affb2ac9100b5df8fe6 Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 14 Jan 2008 20:30:05 +0000 Subject: (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 --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.lib') 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 -- cgit v1.2.3-54-g00ecf