RE: Handling of /etc/profile.d broken?

2004-05-03 Thread Ross Boulet
> Hi, > > I've just noticed a weird problem: > When I set an environment variable in a script in > /etc/profile.d, I never see it in my shell. > For example, take > > /etc/profile.d/blub.sh: > export blub=1 > > > Adding "echo $blub" to the loop in /etc/profile, > I can see that it gets

Re: Handling of /etc/profile.d broken?

2004-05-03 Thread Igor Pechtchanski
On Mon, 3 May 2004, Jan Schormann wrote: > Hi, > > I've just noticed a weird problem: > When I set an environment variable in a script in > /etc/profile.d, I never see it in my shell. > For example, take > > /etc/profile.d/blub.sh: > export blub=1 > > > Adding "echo $blub" to the loop in