From 47722999c8cb00e6f0be036aa8b620fcd0ca861c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 May 2013 23:02:52 -0600 Subject: [many tools]: miscellaneous minor cleanups --- src/toru/toru-path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/toru/toru-path') diff --git a/src/toru/toru-path b/src/toru/toru-path index baeaeb5..3f35dbe 100755 --- a/src/toru/toru-path +++ b/src/toru/toru-path @@ -1,6 +1,6 @@ #!/bin/bash -source $(dirname $(command -v $0))/toru-utils +source toru-utils TORUPATH=${T:-${TORUPATH}} VERBOSE=${V:-false} -- cgit v1.2.3-54-g00ecf