diff options
Diffstat (limited to 'stap-serverd')
-rwxr-xr-x | stap-serverd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-serverd b/stap-serverd index d8eb1962..48f0072d 100755 --- a/stap-serverd +++ b/stap-serverd @@ -17,7 +17,7 @@ trap 'terminate' SIGTERM SIGINT # Initialize the environment -. `dirname $0`/stap-env +. ${PKGLIBEXECDIR}stap-env #----------------------------------------------------------------------------- # Helper functions. |