Hi list, I would like to make changes to my environment variables, using automation (script) that is called conditionally (that is after bashrc was sourced).
Do I have some method of doing this in bash? The following obvious method sadly doesn't work: [EMAIL PROTECTED] builder]$ cat setenv.sh export TTOTHER=123 [EMAIL PROTECTED] builder]$ ./setenv.sh [EMAIL PROTECTED] builder]$ echo $TTOTHER -- Cheers, Maxim Veksler "Free as in Freedom" - Do u GNU ? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
