[CLUE-Tech] Bash question

Kirk Rafferty kirk at fpcc.net
Fri Apr 18 16:18:01 MDT 2003


Jeremiah,

Make sure you export them:

export CVSROOT=/something
export CVS_RSH=/something

You can also use sh syntax:

CVSROOT=/something
CVS_RSH=/something

export CVSROOT CVS_RSH

Hope this helps.

Regards,
Kirk

On Fri, Apr 18, 2003 at 04:09:48PM -0600, Jeremiah Stanley wrote:
> I'm using RH 7.3 if that makes a difference here. I need to set two
> shell variables in the config files so that I get CVSROOT and CVS_RSH in
> every shell that I start. I tried putting them in .bashrc and
> .bash_profile. I then open some new shells and I echo my variables and
> they don't exist. What am I doing wrong and what is the right way to set
> this up?



More information about the clue-tech mailing list