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:
parent
b7896564c5
commit
406accfab9
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue