From 406accfab9fde49a1b01c314532d8b5e86e976a0 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Thu, 19 Mar 2020 05:30:37 +0000 Subject: [PATCH] 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 --- functions/defaults.sh | 6 ------ 1 file changed, 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}"