Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: bin/
Date: Mon, 01 Jul 2019 13:11:50
Message-Id: 1561986579.b36d2dcd7d3a81e0b4632b7c4ff7147bac073dce.grobian@gentoo
1 commit: b36d2dcd7d3a81e0b4632b7c4ff7147bac073dce
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 13:09:39 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 13:09:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b36d2dcd
7
8 bin/chmod-lite: fix shebang
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 bin/chmod-lite.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/bin/chmod-lite.py b/bin/chmod-lite.py
16 index 177be7eab..b9a4fc9a2 100755
17 --- a/bin/chmod-lite.py
18 +++ b/bin/chmod-lite.py
19 @@ -1,4 +1,4 @@
20 -#!/usr/bin/python -b
21 +#!@PREFIX_PORTAGE_PYTHON@ -b
22 # Copyright 2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2