summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-19 05:30:37 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-19 16:33:25 +0000
commit406accfab9fde49a1b01c314532d8b5e86e976a0 (patch)
tree35b6c1b4b5904c76b6a5d5ffc31d5955ba932291 /functions
parentb7896564c5092622c7d23214d5d838a08fd15ddc (diff)
downloadvyos-live-build-406accfab9fde49a1b01c314532d8b5e86e976a0.tar.gz
vyos-live-build-406accfab9fde49a1b01c314532d8b5e86e976a0.zip
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
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh6
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}"