Unable to set env vars.

2003-03-17 Thread Joel Massey
I can't set env vars. I have tried from a terminal in Gnome, I have tried from the 
command line, I have tried using my .profile file and .bash-profile file.   Anybody 
have any ideas I really don't want to re-install.  BTW I am using a fresh install 
of RH 7.1.
(my forehead hurts from pounding my head on the keyboard, make it stop...)





Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com



___
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list


Re:Re: Unable to set env vars.

2003-03-17 Thread Joel Massey
AHA...   I was using the 'set' command ie: set DUMMY=Sam   Thanks


-- Aaron Konstam [EMAIL PROTECTED] writes:

On Mon, Mar 17, 2003 at 10:32:39PM +, Joel Massey wrote:
 I can't set env vars. I have tried from a terminal in Gnome, I have tried from the 
 command line, I have tried using my .profile file and .bash-profile file.   Anybody 
 have any ideas I really don't want to re-install.  BTW I am using a fresh 
 install of RH 7.1.
 (my forehead hurts from pounding my head on the keyboard, make it stop...)
I do not know what you tried to do.
The following will set an enviroment variable caller $DUMMY
DUMMY=joe
 echo $DUMMY
 joe

In a bash script it is a little more complicated. You need to export
the variable such as:
DUMMY=joe
export $DUMMY

- or -
export DUMMY=joe

assuming you are using a bash shell. For example, for csh shell the
definition would have a different syntax.
-- 
---
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:[EMAIL PROTECTED]



___
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list






Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com



___
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list