Fixed issue with path with spaces

Summary:
shergin This is a fix I [previously submitted](95d5d112ac (diff-883359f85083d00b7266ec2acebcca9fL3494)) but was somehow overwritten?
Closes https://github.com/facebook/react-native/pull/15760

Differential Revision: D5763636

Pulled By: shergin

fbshipit-source-id: 6b06fa7cddf068d376cb925bf7c8650a8a9700fb
This commit is contained in:
Gabriel Bull 2017-09-03 23:23:10 -07:00 committed by Facebook Github Bot
parent 8a85546ef9
commit 432fc2ab5b

View File

@ -3558,7 +3558,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd $SRCROOT/..\nexec ./scripts/ios-install-third-party.sh";
shellScript = "cd \"$SRCROOT/..\"\nexec ./scripts/ios-install-third-party.sh";
};
/* End PBXShellScriptBuildPhase section */