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 76130bb1..316cc954 100755 --- a/stap-server +++ b/stap-server @@ -17,7 +17,7 @@ trap 'terminate' SIGTERM SIGINT # Initialize the environment -. stap-env +. `dirname $0`/stap-env #----------------------------------------------------------------------------- # Helper functions. |