mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
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:
parent
8a85546ef9
commit
432fc2ab5b
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user