summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Filipenský <pfilipensky@samba.org>2023-01-20 20:53:44 +0100
committerPavel Shilovsky <piastryyy@gmail.com>2024-02-26 19:16:06 -0800
commit1eee8e89710bb54ddc15f345cd786d6513045051 (patch)
tree6662c758868850e5411cd04c70e8cb8002a30967
parent316522036133d44ed02cd39ed2748e2b59c85b30 (diff)
downloadcifs-utils-1eee8e89710bb54ddc15f345cd786d6513045051.tar.gz
cifs-utils-1eee8e89710bb54ddc15f345cd786d6513045051.tar.bz2
cifs-utils-1eee8e89710bb54ddc15f345cd786d6513045051.zip
Use explicit "#!/usr/bin/python3"
Fix Red Hat internal report for "ambiguous python shebang". Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
-rwxr-xr-xcheckopts2
-rwxr-xr-xsmb2-quota2
-rwxr-xr-xsmb2-secdesc2
-rwxr-xr-xsmbinfo2
4 files changed, 4 insertions, 4 deletions
diff --git a/checkopts b/checkopts
index 88e70b1..00c4cfd 100755
--- a/checkopts
+++ b/checkopts
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
#
# Script to check for inconsistencies between documented mount options
# and implemented kernel options.
diff --git a/smb2-quota b/smb2-quota
index 6d0b8a3..49207c7 100755
--- a/smb2-quota
+++ b/smb2-quota
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# coding: utf-8
#
# smb2-quota is a cmdline tool to display quota information for the
diff --git a/smb2-secdesc b/smb2-secdesc
index 5886091..534dd92 100755
--- a/smb2-secdesc
+++ b/smb2-secdesc
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# coding: utf-8
import array
diff --git a/smbinfo b/smbinfo
index 73c5bb3..766024e 100755
--- a/smbinfo
+++ b/smbinfo
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# smbinfo is a cmdline tool to query SMB-specific file and fs