This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Maintainers of CURL, MUTT, PYTHON and WGET, heads up!


On Tue, Jan 15, 2002 at 01:45:40AM -0600, Gary R. Van Sickle wrote:
> Not sure if mutt works or not yet, I don't know if I can find a pops:// to pop
> into (I probably can).  However, /etc/profile.d/openssl.sh is choking because I
> don't have a MANPATH.  Should I have one, or should openssl.sh look more like
> this:
> 
> if test "${MANPATH}"; then export MANPATH "${MANPATH}:/usr/ssl/man";
> else export MANPATH "/usr/ssl/man";
> fi
> 
> ???

Urgh.  Sorry 'bout that.  It should be:

	export MANPATH="${MANPATH}:/usr/ssl/man"

That is, just add an equal sign between variable name and the value.
Your change isn't correct since the leading colon gets lost.  It's
important, though.  If it's missing, man wouldn't search the default
MANPATH as given in /usr/lib/man.conf anymore.

Thanks for the hint.  I'm too used to tcsh, probably.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]