[ILUG] .profile not setting env vars

Glenn Wearen glenn.wearen at columba.com
Wed Nov 28 16:56:28 GMT 2001


my .profile looks like this...
#!/usr/bash
PATH=$PATH:/additionalpath/;export PATH
ENVAR=VALUE;export ENVAR

the output of env at the prompt confirms the new path is set, but ENVAR does
not appear to be set!
Generally, existing environment variables are updated, new environment
variables are not added though. Any ideas?
Glenn




More information about the ILUG mailing list