It looks like some sort of variable interpolation issue... Note
that it's trying to do:

    - | awk -f C:/cygwin$S/solenv/gbuild/processdeps.awk 

Now with:

    S=$R/main
    R=c:/cygwin/home/jim/src/asf/aoo-414

you can see how what comes out is:

    - | awk -f C:/cygwinc:/cygwin/home/jim/src/asf/aoo-414/main

Now I'm not sure if it's the value of $R which is
wrong or the awk line itself is mangled... nor can I find
where these are defined. Nor can I understand why it's just
affecting me :)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to