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.


rgds,

akh





--
-- 
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