#1938: LC_ALL=C causes bash testsuite failure and ugly "make menuconfig" output --------------------------------------------+------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: task | Status: new Priority: normal | Milestone: 6.3 Component: Book | Version: SVN Severity: normal | Resolution: Keywords: | --------------------------------------------+------------------------------- Comment (by [EMAIL PROTECTED]):
Thus, to fix the Bash test the next sed should do the trick, right? sed -i 's/LANG/LC_ALL/' tests/intl.tests For the kernel menuconfig, could this work? make LANG=<host_LANG_value> menuconfig -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1938#comment:4> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
