From 80401ac7e842df245c41fee340f32f7fcedd80f1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Jun 2013 20:00:57 -0600 Subject: Phase out `load_conf_*` and `check_conf_*` functions Replace their usages with `load_files *` and `check_vars *` --- src/chroot-tools/librechroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/chroot-tools/librechroot') diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 0fd621b..80c7f4f 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -21,7 +21,8 @@ # along with Parabola. If not, see . . $(librelib conf.sh) -load_conf_libretools_chroot +load_files chroot +[[ -f /.arch-chroot ]] || check_vars chroot CHROOTDIR CHROOT . libremessages . $(librelib makechrootpkg) -- cgit v1.2.3-54-g00ecf