From d2a46974927d32843a5241b8f0a82dc9763fb051 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 4 May 2017 14:43:54 -0400 Subject: toru-path: Fix the T= option --- src/toru/toru-path | 6 +++--- 1 file 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 -- cgit v1.2.3