save some syscalls
diff --git a/tools/vfsstat b/tools/vfsstat
index c735be4..0be8cec 100755
--- a/tools/vfsstat
+++ b/tools/vfsstat
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # vfsstat	Count some VFS calls.
 #		For Linux, uses BCC, eBPF. See .c file.