defaults: remove redundant setting of LIVE_BUILD

this is handled for every script in build.sh. this is not stored in the
saved config or anything, so no need to re-evaluate in
`Set_config_defaults`. this just seems to completely pointless.

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-03-19 05:30:37 +00:00
parent b7896564c5
commit 406accfab9
1 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ Set_config_defaults ()
## config/common
if [ -e local/live-build ]
then
LIVE_BUILD="${LIVE_BUILD:-${PWD}/local/live-build}"
export LIVE_BUILD
fi
# Setting system type
LB_SYSTEM="${LB_SYSTEM:-live}"