summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_interactive
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_interactive')
-rwxr-xr-xhelpers/lh_chroot_interactive4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive
index 2a9417efa..8c63e2211 100755
--- a/helpers/lh_chroot_interactive
+++ b/helpers/lh_chroot_interactive
@@ -32,7 +32,7 @@ Read_conffile config/binary
Read_conffile config/source
Set_defaults
-if [ "${LIVE_INTERACTIVE}" = "disabled" ]
+if [ "${LH_INTERACTIVE}" = "disabled" ]
then
exit 0
fi
@@ -51,7 +51,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
-case "${LIVE_INTERACTIVE}" in
+case "${LH_INTERACTIVE}" in
enabled|shell)
echo "Pausing build: starting interactive shell..."
Chroot "/bin/bash --login"