index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pkgctl.in | 4 |
diff --git a/src/pkgctl.in b/src/pkgctl.in index 64d9bcd..35305c1 100644 --- a/src/pkgctl.in +++ b/src/pkgctl.in @@ -5,6 +5,8 @@ _DEVTOOLS_LIBRARY_DIR=${_DEVTOOLS_LIBRARY_DIR:-@pkgdatadir@} # shellcheck source=src/lib/common.sh source "${_DEVTOOLS_LIBRARY_DIR}"/lib/common.sh +# shellcheck source=src/lib/config.sh +source "${_DEVTOOLS_LIBRARY_DIR}"/lib/config.sh set -e @@ -32,6 +34,8 @@ fi export _DEVTOOLS_COMMAND='pkgctl' +load_devtools_config + # command checking while (( $# )); do case $1 in |