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