Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '"MANPATH: Undefined variable."' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
"MANPATH: Undefined variable."
Authored by: porkchop_d_clown on Oct 16, '03 03:24:39PM

Without seeing your environment, that's kind of hard to diagnose.

I'd guess, however, that you have a .cshrc file that contains something like this:

setenv MANPATH $MANPATH:/my/other/directory/:/even/more/stuff/

If that's the problem, replace $MANPATH so that the line looks like this:

setenv MANPATH `manpath -q`:/my/other/directory/:even/more/stuff/

Hope this helps...

---
Everyone loves a clown, but no one will lend him money!



[ Reply to This | # ]