summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 14:43:54 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 14:45:45 -0400
commitd2a46974927d32843a5241b8f0a82dc9763fb051 (patch)
treee0e5c4e9ca4294b77f28b4b4d5014c1fe91d2e53 /src
parent01e70bb7e201ab5ab6c5872d618491e07330f8ef (diff)
toru-path: Fix the T= option
Diffstat (limited to 'src')
-rwxr-xr-xsrc/toru/toru-path6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/toru/toru-path b/src/toru/toru-path
index 7e90035..f2445a6 100755
--- a/src/toru/toru-path
+++ b/src/toru/toru-path
@@ -54,13 +54,13 @@ usage() {
main() {
setup_traps
+ load_files libretools
+ load_files abs
+
# TODO: better option parsing
TORUPATH=${T:-${TORUPATH}}
VERBOSE=${V:-false}
FORCE=${F:-false}
-
- load_files libretools
- load_files abs
# TODO: add an option to override/augment libretools.conf:REPOS
if [[ $# != 0 ]]; then
if [[ $# == 1 && "$1" == '-h' ]]; then