MANPATH not being cygpathed like PATH is?

Jeremy Bopp jeremy@bopp.net
Fri Aug 27 19:05:00 GMT 2010


On 8/27/2010 1:28 PM, Tim Visher wrote:
> Hello Everyone,
> 
> I recently switched from setting up environment variables within my
> bash_profile/bashrc file and instead started setting them on the box
> I'm on.  This works great for PATH.  In Windows I set the values to
> c:/whateverwhatever and then when my terminal fires up they get
> cygpathed (I'm assuming) into the right /usr/etcetcetc.
> Unfortunately, I'm observing no such behavior with the MANPATH.  I
> can't see any difference between it and the PATH value so I was
> wondering if this was something that cygwin does intentionally.

Cygwin only processes a handful of environment variables automatically
in the way you expect.  They include PATH, HOME, TMP, and TEMP if my
memory serves correctly.  Anything else you need to do for yourself.

The problem is that there is no general way to know what environment
variables should be processed, so an explicit list must be created and
maintained.  Apparently, a minimal set was chosen which is usually
sufficient to get you into a Cygwin environment at which point you can
selectively handle further processing as necessary.

For defining MANPATH within Windows, you could just specify it as Cygwin
wants it unless you have some non-Cygwin programs which also need to use
MANPATH.

-Jeremy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
URL: <http://cygwin.com/pipermail/cygwin/attachments/20100827/42ef4c82/attachment.sig>


More information about the Cygwin mailing list