diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:00:57 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:00:57 -0600 |
commit | 80401ac7e842df245c41fee340f32f7fcedd80f1 (patch) | |
tree | 3fc4844b728d8b564c17fcddba7803959178c8b2 /src/treepkg | |
parent | 4ae03b417dec34a237a2a36410800e5ed5042d7d (diff) |
Phase out `load_conf_*` and `check_conf_*` functions
Replace their usages with `load_files *` and `check_vars *`
Diffstat (limited to 'src/treepkg')
-rwxr-xr-x | src/treepkg | 7 |
1 files changed, 3 insertions, 4 deletions
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!" |