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/treepkg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/treepkg') diff --git a/src/treepkg b/src/treepkg index 1796748..795faea 100755 --- a/src/treepkg +++ b/src/treepkg @@ -18,13 +18,12 @@ source libremessages source $(librelib conf.sh) -load_conf_libretools +load_files libretools +check_vars libretools HOOKPREBUILD FULLBUILDCMD HOOKLOCALRELEASE +load_files makepkg term_title "$(basename $0)" -# Get system variables -load_files makepkg - # End inmediately but print an useful message trap_exit() { term_title "error!" -- cgit v1.2.2