All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsdclnts: Change shebang to /usr/bin/python3
@ 2020-06-10 12:04 Kenneth D'souza
  2020-06-10 18:33 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth D'souza @ 2020-06-10 12:04 UTC (permalink / raw)
  To: SteveD, linux-nfs; +Cc: kdsouza

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

Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfsdclnts: Change shebang to /usr/bin/python3
  2020-06-10 12:04 [PATCH] nfsdclnts: Change shebang to /usr/bin/python3 Kenneth D'souza
@ 2020-06-10 18:33 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2020-06-10 18:33 UTC (permalink / raw)
  To: Kenneth D'souza, linux-nfs



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 <kdsouza@redhat.com>
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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-10 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 12:04 [PATCH] nfsdclnts: Change shebang to /usr/bin/python3 Kenneth D'souza
2020-06-10 18:33 ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.