On 08/13/2012 11:20 AM, Alessandro Dentella wrote:
> reads "${LIVE_BUILD}/scripts/build.sh" in a subshell due to the () and as
> such variable are not set [1].
yep; and it apparently doesn't even work properly in bash or so, as
someone pointed out some days ago. it's begin fixed in git in a moment
Hi,
While testing different releases I think I found a bug in bin/lb and all
scripts. The row
# Including common functions
( . "${LIVE_BUILD}/scripts/build.sh" > /dev/null 2>&1 || true ) || .
/usr/lib/live/build.sh
reads "${LIVE_BUILD}/scripts/build.sh" in a subshell due to the () and as
such