summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtoru2
-rwxr-xr-xtoru-path2
2 files changed, 2 insertions, 2 deletions
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)
diff --git a/toru-path b/toru-path
index 7500aed..5081115 100755
--- a/toru-path
+++ b/toru-path
@@ -1,6 +1,6 @@
#!/bin/bash
-source $(dirname $0)/toru-utils
+source $(dirname $(command -v $0))/toru-utils
LASTSYNCFILE=${TORUPATH}/lastsync.paths