On Thu, Aug 30, 2007 at 05:05:58PM -0400, Bryan Kadzban wrote: > uname -m | grep -q 64 && M64="-m64" > > instead? The -q option to grep will prevent any output, and just return > an appropriate exit code.
Yeah, that's definitely simpler. Not sure why I did it the original way. Sometimes I think I just get stuck on a certain method. > Also, I see that the console log level change hasn't been merged into > the jh branch either (that was r8222, and perhaps a few revs around it > also -- chapter07/console.xml). Thanks, I'll take a look. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
