setend + xracer

2003-10-17 Thread Bryan Cassidy
I'm trying to set the environment variable $XRACER_HOME to /usr/local/share/xracer and don't know how. In the handbook it says setenv ??? /path/ so I tried bothsetenv $XRACER_HOME /usr/local/share/xracer and setenv XRACER_HOME /usr/local/share/xracer and nothing works. Guess I don't get how to

Re: setend + xracer

2003-10-17 Thread ogautherot
Hi Bryan! Which shell are you using? The 'setenv' syntax works like a charm for csh but you might want to try 'export VAR=VALUE' under bash. BTW, the subject line states 'setend' - I guess you really meant 'setenv'. Does it help? Olivier Bryan Cassidy écrit: I'm trying to set the