summaryrefslogtreecommitdiffstats
path: root/stap-find-or-start-server
diff options
context:
space:
mode:
Diffstat (limited to 'stap-find-or-start-server')
-rwxr-xr-xstap-find-or-start-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-find-or-start-server b/stap-find-or-start-server
index 28fcfa8c..131133ef 100755
--- a/stap-find-or-start-server
+++ b/stap-find-or-start-server
@@ -18,7 +18,7 @@
# Otherwise, it echoes -1
# Initialize the environment
-. stap-env
+. `dirname $0`/stap-env
# Is there a server available?
${stap_exec_prefix}stap-find-servers >/dev/null 2>&1 && echo 0 && exit 0