summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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