From: Vadim Zeitlin Date: Sat, 15 Mar 2008 03:45:39 +0000 (+0000) Subject: use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bba35861478a26f5d8c756a9a7fa2bbd19a69cb1 use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/wxWindows.xcode/project.pbxproj b/src/wxWindows.xcode/project.pbxproj index f579ba781c..7fe9384bb3 100644 --- a/src/wxWindows.xcode/project.pbxproj +++ b/src/wxWindows.xcode/project.pbxproj @@ -722,7 +722,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; 4086C744063AB2FF00D4CD53 = { buildActionMask = 2147483647; @@ -3534,7 +3534,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; 4086C8CE063AB30000D4CD53 = { buildActionMask = 2147483647; @@ -6342,7 +6342,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; 4086CA57063AB30000D4CD53 = { buildActionMask = 2147483647; @@ -9178,7 +9178,7 @@ isa = PBXShellScriptBuildPhase; runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; 4086CBE4063AB30000D4CD53 = { buildActionMask = 2147483647; diff --git a/src/wxWindows.xcodeproj/project.pbxproj b/src/wxWindows.xcodeproj/project.pbxproj index 9c52a63631..a1c24ea287 100644 --- a/src/wxWindows.xcodeproj/project.pbxproj +++ b/src/wxWindows.xcodeproj/project.pbxproj @@ -4131,7 +4131,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; 4091C82C0BC9584900699A3E /* ShellScript */ = { isa = PBXShellScriptBuildPhase; @@ -4144,7 +4144,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "$SRCROOT/../distrib/mac/pbsetup-sh \"${SRCROOT}\" \"${SYMROOT}\""; + shellScript = "\"${SRCROOT}/../distrib/mac/pbsetup-sh\" \"${SRCROOT}\" \"${SYMROOT}\""; }; /* End PBXShellScriptBuildPhase section */