just a guess, but maybe you will need to use liberal amounts of backslashes
in the module files, ie.
prepend-path PATH "/usr/path\\ with\\ spaces/bin"
depending on how many levels of escapes you need, you might try:
prepend-path PATH "/usr/path\\\\ with\\\\ spaces/bin"
You should run 'modulecmd' by itself to debug this, so you can see what is
happening.
-Mark
Mark Lakata, Staff Engineer 1225 Charleston Road voice 650-567-5170
MIPS Technologies Mountain View CA 94043 fax 650-567-5002
On Mon, 17 Dec 2001, Harlan Stenn wrote:
> So far, we've had good luck using Modules under cygwin.
>
> One place we're having problems is using prepend-path (for example) when the
> target path has "space" characters in the name - apparently the modules code
> is not able to handle this.
>
> Any ideas on how to fix this?
>
> H
>
|