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: Re: [update] base-files


Minor change from Cary D. Renzema, put "" around the ${groupID} variable.

Cary, I didn't do the 'if [ -z "$MANPATH" ]; then' change you recommended
for
two reasons;

1, if the variable is empty appending it has no effect anyway and
2, only one set of data needs to be maintained.

OK, so I could do

mp="..."
if [ -z "$MANPATH" ]; then
	MANPATH=$mp
else
	MANPATH="$mp:$MANPATH"
fi
export MANPATH

but I still think it's overkill.  (If anyone else wants to chime in... :)

Anyway, could somebody upload?

Thanks,

J.

<http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/md5sum>

md5sum for base-file-2.0-3.tar.bz2 = 80cd7c55f320804c1b78b99cbffb3c6a
<http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-fil
es-2.0-3.tar.bz2>

md5sum for setup.hint = 9b2695ab19b83cc2eb27e346801a114c
<http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/setup.hi
nt>

sdesc: "A set of important system configuration and setup files"
ldesc: "A set of important system configuration and setup files"
requires: ash fileutils sh-utils textutils findutils sed
category: base


==========================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission. There is no intention to
create any legally binding contract or other binding commitment through
the use of this electronic communication unless it is issued in accordance
with the Experian Limited standard terms and conditions of purchase or
other express written agreement between Experian Limited and the recipient
Experian Limited (registration number 653331)
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF


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