On Sat, 9 Oct 2010 13:58:07 +0200
Felice Murolo <linux...@fel.hopto.org> wrote:

> /bin/sh -> /bin/dash

dash causes a variety of problems, there's a script in glibc that uses
bashisms, libtool uses bashisms. Avoid the problem:

ln -sf bash /bin/sh

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to