summaryrefslogtreecommitdiff
path: root/src/toru/toru-where
blob: 8af3fb2a73a095095e59fc66ed1da296c60b8394 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Locates a PKGBUILD dir on toru's path cache
. $(librelib conf.sh)
load_files libretools
check_vars libretools TORUPATH || exit 1

PATHFILE=${TORUPATH}/paths.tch

tcamgr get ${PATHFILE} $1 2>/dev/null || echo ""