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

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