Message ID | 20200610120437.17482-1-kdsouza@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | nfsdclnts: Change shebang to /usr/bin/python3 | expand |
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 >
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
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(-)