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

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