diff options
-rwxr-xr-x | src/toru/toru-where | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/toru/toru-where b/src/toru/toru-where index e042146..f6df15f 100755 --- a/src/toru/toru-where +++ b/src/toru/toru-where @@ -22,6 +22,4 @@ load_files libretools check_vars libretools TORUPATH || exit 1 -PATHFILE=${TORUPATH}/paths.tch - -tcamgr get ${PATHFILE} $1 2>/dev/null || echo "" +tcamgr get "${TORUPATH}/paths.tch" "$1" 2>/dev/null || echo "" |