aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-07-01 15:09:39 +0200
committerFabian Groffen <grobian@gentoo.org>2019-07-01 15:09:39 +0200
commitb36d2dcd7d3a81e0b4632b7c4ff7147bac073dce (patch)
tree7af5c95616d45b95960246e184b5d81963b66864
parentportage.const_autotool: drop unnecessary import (diff)
downloadportage-b36d2dcd.tar.gz
portage-b36d2dcd.tar.bz2
portage-b36d2dcd.zip
bin/chmod-lite: fix shebang
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-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 177be7eab..b9a4fc9a2 100755
--- a/bin/chmod-lite.py
+++ b/bin/chmod-lite.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -b
+#!@PREFIX_PORTAGE_PYTHON@ -b
# Copyright 2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2