summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2017-07-27 10:35:55 -0400
committerSteve Dickson <steved@redhat.com>2017-07-27 12:57:00 -0400
commitcaa59a30b78dedea99a2317da95bb86810360645 (patch)
tree4e72b9beb052292d1d049d85283b2bd498e92078
parente8eb9e14411d9ef95e5eb26065dee7166052448e (diff)
downloadnfs-utils-caa59a30b78dedea99a2317da95bb86810360645.tar.gz
mountstats: Remove a shebangnfs-utils-2-1-2-rc5
There might be an issue that the script is executed with unwanted version of <lang>. Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--tools/mountstats/mountstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
index 88ccdae..a68d702 100644
--- a/tools/mountstats/mountstats.py
+++ b/tools/mountstats/mountstats.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- python-mode -*-
"""Parse /proc/self/mountstats and display it in human readable form
"""