﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1700	Remove &&<cr> in BLFS scripts	Pierre Labastie	Pierre Labastie	"If you have instructions of the form:
{{{
instruction A &&
instruction B &&
instruction C
}}}

and A fails, B and C are not executed (which is what is intended), but the error code is 0 (because bash thinks it is equivalent to:
{{{
if instruction A; then
  if instruction B; then
    instruction C
  fi
fi
}}}
which returns an error code only if C is executed and exits with an error.

This is not desirable in our case, because it defeats the use of ''set -e''."	enhancement	closed	normal	3.0	ablfs	SVN	normal	fixed		
