Change shebang to /usr/bin/python3 which is widely accepted. Signed-off-by: Kenneth D'souza <kdsouza@xxxxxxxxxx> --- 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