setenv or Redhat equal

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Armand
Date:  
Subject: setenv or Redhat equal
Art Wagner wrote:
>
> Can some kind soul out there bail me out?
> I need to "setenv CVSROOT :pserver:anonymous@cvs-mirror,mozilla.org:/cvsroot"
> and dear old redhat has changed the "setenv" command to "???????"
> TIA
> Art Wagner


Prolly something like this:

CVSROOT=:pserver:anonymous@cvs-mirror,mozilla.org:/cvs
export CVSROOT

Armand