aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-02-09 19:30:06 -0600
committerSam James <sam@gentoo.org>2022-02-21 03:50:45 +0000
commit41f4f6d25019c4f944b8d9576d96482f92231fda (patch)
treee079a7d5235fb5df0ef202f8876379de08199b98 /bin/chmod-lite.py
parentdie: omit $S display if not set (diff)
downloadportage-41f4f6d25019c4f944b8d9576d96482f92231fda.tar.gz
portage-41f4f6d25019c4f944b8d9576d96482f92231fda.tar.bz2
portage-41f4f6d25019c4f944b8d9576d96482f92231fda.zip
Use '/usr/bin/env python' shebangs
Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/chmod-lite.py')
-rwxr-xr-xbin/chmod-lite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chmod-lite.py b/bin/chmod-lite.py
index fc2194ed5..602b3600b 100755
--- a/bin/chmod-lite.py
+++ b/bin/chmod-lite.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -b
+#!/usr/bin/env python -b
# Copyright 2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2