summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_interactive
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-07 12:10:21 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:31 +0100
commit26fc30d8eb164a2d46ea31add932629398519c8e (patch)
tree8f45ad2d177d3c2792e256198053ee28d8e3b5bb /helpers/lh_chroot_interactive
parent0466a3bda47a07e72e40648e5318567af389364c (diff)
downloadlive-build-26fc30d8eb164a2d46ea31add932629398519c8e.zip
live-build-26fc30d8eb164a2d46ea31add932629398519c8e.tar.gz
Using new Read_conffile(); now.
Diffstat (limited to 'helpers/lh_chroot_interactive')
-rwxr-xr-xhelpers/lh_chroot_interactive8
1 files changed, 1 insertions, 7 deletions
diff --git a/helpers/lh_chroot_interactive b/helpers/lh_chroot_interactive
index f66f302..cb821ce 100755
--- a/helpers/lh_chroot_interactive
+++ b/helpers/lh_chroot_interactive
@@ -25,13 +25,7 @@ USAGE="${PROGRAM} [--force]"
Arguments "${@}"
# Reading configuration files
-Read_conffile config/all
-Read_conffile config/common
-Read_conffile config/bootstrap
-Read_conffile config/chroot
-Read_conffile config/binary
-Read_conffile config/source
-Read_conffile "${LH_CONFIG}"
+Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
if [ "${LH_INTERACTIVE}" = "disabled" ]