diff options
Diffstat (limited to 'src/toru/toru-where')
-rwxr-xr-x | src/toru/toru-where | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/toru/toru-where b/src/toru/toru-where index ba7fb0a..5eb491b 100755 --- a/src/toru/toru-where +++ b/src/toru/toru-where @@ -21,8 +21,7 @@ . "$(librelib conf)" main() { - load_files libretools - check_vars libretools TORUPATH || exit 1 + load_conf libretools.conf TORUPATH || exit tcamgr get "${TORUPATH}/paths.tch" "$1" 2>/dev/null || echo "" } |