tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/tools/syscount.py b/tools/syscount.py
index 58039be..486953c 100755
--- a/tools/syscount.py
+++ b/tools/syscount.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # syscount   Summarize syscall counts and latencies.
 #