summaryrefslogtreecommitdiffstats
path: root/check-repo
diff options
context:
space:
mode:
Diffstat (limited to 'check-repo')
-rwxr-xr-xcheck-repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-repo b/check-repo
index 2cdf7bb..54aea2f 100755
--- a/check-repo
+++ b/check-repo
@@ -1,6 +1,6 @@
#!/bin/sh
-. settings.sh
+. $(dirname $0)/settings.sh
DIR="$(mktemp -d)"
trap 'rm -rf "${DIR}"' EXIT INT TERM HUP