summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_copy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/bootstrap_copy')
-rwxr-xr-xscripts/build/bootstrap_copy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_copy b/scripts/build/bootstrap_copy
index 249b9c4..35d1378 100755
--- a/scripts/build/bootstrap_copy
+++ b/scripts/build/bootstrap_copy
@@ -11,7 +11,7 @@
set -e
# Including common functions
-. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh
+. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
# Setting static variables
DESCRIPTION="$(Echo 'bootstrap by copying the host system')"
@@ -24,7 +24,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_BOOTSTRAP}" != "copy" ]
+if [ "${LB_BOOTSTRAP}" != "copy" ]
then
exit 0
fi