diff options
Diffstat (limited to 'src/toru/toru-where')
-rwxr-xr-x | src/toru/toru-where | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/toru/toru-where b/src/toru/toru-where index e9ab29d..8af3fb2 100755 --- a/src/toru/toru-where +++ b/src/toru/toru-where @@ -1,6 +1,8 @@ #!/bin/bash # Locates a PKGBUILD dir on toru's path cache -source /etc/libretools.conf +. $(librelib conf.sh) +load_files libretools +check_vars libretools TORUPATH || exit 1 PATHFILE=${TORUPATH}/paths.tch |