Re: Help Making Shell Script Accept Spaces

2009-05-07 Thread Bridger Maxwell
> > > 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

Re: Help Making Shell Script Accept Spaces

2009-05-06 Thread Nick Zitzmann
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

Help Making Shell Script Accept Spaces

2009-05-06 Thread Bridger Maxwell
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