Re: DO NOT REPLY [Bug 42616] - fop bash script still broken under cygwin when current dir has spaces

2007-10-31 Thread Mark C. Allman
On Wed, 2007-10-31 at 15:05 +1000, Peter B. West wrote: Mark C. Allman wrote: On Tue, 2007-10-30 at 13:32 -0700, [EMAIL PROTECTED] wrote: Try OLD_IFS=$IFS IFS= find ${FOP}/lib -name -name '*.jar'|while read jarfile do if [ -z $LOCALCLASSPATH ] ; then

Re: DO NOT REPLY [Bug 42616] - fop bash script still broken under cygwin when current dir has spaces

2007-10-31 Thread Simon Pepping
On Wed, Oct 31, 2007 at 06:57:58AM -0400, Mark C. Allman wrote: We've fixed this before (more than once, I think), so I'll dig up what we did and re-post it. I thought this was a new problem. We used something in Cygwin to fix up path strings. You'd use it in the loop to fix each path for

Re: DO NOT REPLY [Bug 42616] - fop bash script still broken under cygwin when current dir has spaces

2007-10-30 Thread Mark C. Allman
On Tue, 2007-10-30 at 13:32 -0700, [EMAIL PROTECTED] wrote: Try OLD_IFS=$IFS IFS= find ${FOP}/lib -name -name '*.jar'|while read jarfile do if [ -z $LOCALCLASSPATH ] ; then LOCALCLASSPATH=$jarfile else

Re: DO NOT REPLY [Bug 42616] - fop bash script still broken under cygwin when current dir has spaces

2007-10-30 Thread Peter B. West
Mark C. Allman wrote: On Tue, 2007-10-30 at 13:32 -0700, [EMAIL PROTECTED] wrote: Try OLD_IFS=$IFS IFS= find ${FOP}/lib -name -name '*.jar'|while read jarfile do if [ -z $LOCALCLASSPATH ] ; then LOCALCLASSPATH=$jarfile else