>
>
> Always, always, always wrap paths in shell scripts using quotes.
>
> "\"@executable_path/../Frameworks/SCMercury.framework/Versions/A/SCMercury\""
>>
>
> You put one too many quotes in those paths. Remove the inner quotes and the
> \s and it ought to work.
>
>
Thank you! I really should spend
On May 7, 2009, at 12:19 AM, Bridger Maxwell wrote:
Can you help me make it compatible with
directories that contain space characters?
Always, always, always wrap paths in shell scripts using quotes.
"\"@executable_path/../Frameworks/SCMercury.framework/Versions/A/
SCMercury\""
You put o
Hey,
I have a shell script that I run as part of my build process that breaks
when there is a space character anywhere in the project path. I can't
remember where I got the shell script, or even exactly what it does (it had
something to do with the fact I wanted the IB plugin to live within the
fra