> As expected. > > In my Cygwin installation I tried ... > > cd /cygdrive/c > cd Program\ Files/Zend > > And this worked ... > > /cygdrive/c/Program Files/Zend > > If all the paths in the .in (or the environment variables which contain > paths/files/etc) are passed through sed, then this should be OK? > > The further issue is what happens to filenames with spaces in. I don't > think these are used.
I don't think we use filenames with spaces (intentionally :). But there would not be any difference in escaping it, so if you have an escaping routine as a simple sed command or whatever, we can apply it where needed. Goba