On 7/3/10, Andrew Benton <b3n...@gmail.com> wrote:

>> If using bash a simple:
>>
>> #!/bin/bash -e
>> set +h
>>
>> at the top of the script works, bails on any error

Or
set -e

A few package maintainers manage to return 0 success from configure
even when the configure fails. These may be rare or nonexistent in ch5
and ch6. When an "installation" finishes in very much less time than
expected, it is a red flag.
-- 
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