akhiezer wrote:

Hi,


On svn blfs page:

   http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html

, in section '/etc/profile' there is at the end of the code:
--
for script in /etc/profile.d/*.sh ; do
         if [ -r $script ] ; then
                 . $script
         fi
done
--
But no ~usual-style 'unset script' follows it. Any particular reason for
that: or should there be such a line added in the ~usual way.

After booting and from the command line, run `set|grep script`. Do you see anything?

For another clue, see man bash and look for the builtin command 'export'.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to