diff options
Diffstat (limited to 'stap-find-servers')
-rwxr-xr-x | stap-find-servers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-find-servers b/stap-find-servers index e0838708..77cd267a 100755 --- a/stap-find-servers +++ b/stap-find-servers @@ -13,7 +13,7 @@ # network. Information about each server found is printed to stdout. # Initialize the environment -. stap-env +. `dirname $0`/stap-env #----------------------------------------------------------------------------- # Helper functions. |