summaryrefslogtreecommitdiffstats
path: root/stap-serverd
diff options
context:
space:
mode:
Diffstat (limited to 'stap-serverd')
-rwxr-xr-xstap-serverd2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-serverd b/stap-serverd
index 04ef54c3..16869e89 100755
--- a/stap-serverd
+++ b/stap-serverd
@@ -17,7 +17,7 @@
trap 'terminate' SIGTERM SIGINT
# Initialize the environment
-. stap-env
+. `dirname $0`/stap-env
#-----------------------------------------------------------------------------
# Helper functions.