From 0d0de885e32ff67d57bb7def451b62d75b8920ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:17 +0200 Subject: Adding live-helper 1.0~a22-1. --- helpers/lh_chroot_interactive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_chroot_interactive') 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" -- cgit v1.2.3