summaryrefslogtreecommitdiffstats
path: root/stap-start-server
diff options
context:
space:
mode:
Diffstat (limited to 'stap-start-server')
-rwxr-xr-xstap-start-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-start-server b/stap-start-server
index bc441545..6471db96 100755
--- a/stap-start-server
+++ b/stap-start-server
@@ -13,7 +13,7 @@
# process id, if successful.
# Initialize the environment
-. stap-env
+. `dirname $0`/stap-env
# start the server
${stap_exec_prefix}stap-serverd "$@" </dev/null >/dev/null 2>&1 &