diff options
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7b77ec365..5c9900e0f 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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}" |