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@xxxxxxxxxx> 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 >