2020-06-10 12:06:36

by Kenneth Dsouza

[permalink] [raw]
Subject: [PATCH] nfsdclnts: Change shebang to /usr/bin/python3

Change shebang to /usr/bin/python3 which is widely accepted.

Signed-off-by: Kenneth D'souza <[email protected]>
---
tools/nfsdclnts/nfsdclnts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/nfsdclnts/nfsdclnts.py b/tools/nfsdclnts/nfsdclnts.py
index e5f636a2..5e7e03c2 100755
--- a/tools/nfsdclnts/nfsdclnts.py
+++ b/tools/nfsdclnts/nfsdclnts.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
# -*- python-mode -*-
'''
Copyright (C) 2020
--
2.21.1


2020-06-10 20:17:27

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfsdclnts: Change shebang to /usr/bin/python3



On 6/10/20 8:04 AM, Kenneth D'souza wrote:
> Change shebang to /usr/bin/python3 which is widely accepted.
>
> Signed-off-by: Kenneth D'souza <[email protected]>
Committed. (tag: nfs-utils-2-4-4-rc7)

steved.

> ---
> tools/nfsdclnts/nfsdclnts.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/nfsdclnts/nfsdclnts.py b/tools/nfsdclnts/nfsdclnts.py
> index e5f636a2..5e7e03c2 100755
> --- a/tools/nfsdclnts/nfsdclnts.py
> +++ b/tools/nfsdclnts/nfsdclnts.py
> @@ -1,4 +1,4 @@
> -#!/bin/python3
> +#!/usr/bin/python3
> # -*- python-mode -*-
> '''
> Copyright (C) 2020
>