Blame SOURCES/nfs-utils-1.3.0-mountstats-shebang.patch

4e6e52
commit a1f89c17f529b688ce3f686a48a49cb3789807c5
4e6e52
Author: Steve Dickson <steved@redhat.com>
4e6e52
Date:   Thu Jul 27 10:35:55 2017 -0400
4e6e52
4e6e52
    mountstats:  Remove a shebang
4e6e52
    
4e6e52
    There might be an issue that the script is executed with unwanted
4e6e52
    version of <lang>.
4e6e52
    
4e6e52
    Signed-off-by: Steve Dickson <steved@redhat.com>
4e6e52
    (cherry picked from commit caa59a30b78dedea99a2317da95bb86810360645)
4e6e52
4e6e52
diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
4e6e52
index 90b15a5..1dd1f1b 100644
4e6e52
--- a/tools/mountstats/mountstats.py
4e6e52
+++ b/tools/mountstats/mountstats.py
4e6e52
@@ -1,4 +1,4 @@
4e6e52
-#!/usr/bin/env python
4e6e52
+#!/usr/bin/python
4e6e52
 # -*- python-mode -*-
4e6e52
 """Parse /proc/self/mountstats and display it in human readable form
4e6e52
 """