commit: b36d2dcd7d3a81e0b4632b7c4ff7147bac073dce Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jul 1 13:09:39 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jul 1 13:09:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b36d2dcd
bin/chmod-lite: fix shebang Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> bin/chmod-lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
