Message ID | 20170727144048.6062-1-steved@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 07/27/2017 10:40 AM, Steve Dickson wrote: > There might be an issue that the script is executed with unwanted > version of <lang>. > > Signed-off-by: Steve Dickson <steved@redhat.com> Committed... steved. > --- > tools/mountstats/mountstats.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > """ > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 """
There might be an issue that the script is executed with unwanted version of <lang>. Signed-off-by: Steve Dickson <steved@redhat.com> --- tools/mountstats/mountstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)