diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-04 14:43:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-04 14:45:45 -0400 |
commit | d2a46974927d32843a5241b8f0a82dc9763fb051 (patch) | |
tree | e0e5c4e9ca4294b77f28b4b4d5014c1fe91d2e53 /src | |
parent | 01e70bb7e201ab5ab6c5872d618491e07330f8ef (diff) |
toru-path: Fix the T= option
Diffstat (limited to 'src')
-rwxr-xr-x | src/toru/toru-path | 6 |
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 |