From 79444786617ee442c2e16bc37651d9982cfcf474 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sat, 18 Feb 2012 13:45:31 +0100 Subject: Support running toru and toru-path via PATH. --- toru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toru') diff --git a/toru b/toru index 9616119..41acb18 100755 --- a/toru +++ b/toru @@ -12,7 +12,7 @@ # * Possibility to hook up ABS dirs besides ABSROOT (low priority) # * Tell updates and non available binary packages (working on this) -source $(dirname $0)/toru-utils +source $(dirname $(command -v $0))/toru-utils # Saves contents on a named cache # $1 cache name (repo) -- cgit v1.2.3-54-g00ecf