1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

#2421 Build fails on Mac OS X if special characters are in project path

This commit is contained in:
Mitchell Livingston 2009-09-17 13:23:52 +00:00
parent b3a05faeb9
commit 650c91e9f8

View file

@ -1843,7 +1843,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "sh third-party/miniupnp/updateminiupnpcstrings.sh $SCRIPT_INPUT_FILE_0 $SCRIPT_OUTPUT_FILE_0";
shellScript = "sh third-party/miniupnp/updateminiupnpcstrings.sh \"$SCRIPT_INPUT_FILE_0\" \"$SCRIPT_OUTPUT_FILE_0\"";
};
BE75C3510C729EE100DBEFE0 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;