commit: 142accf1f18d393f0ea0fe8de514f738c3621f30 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 13:17:22 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Mar 24 13:17:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=142accf1
runtests: use python from PATH runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests b/runtests index 64e62bb69..a193c375f 100755 --- a/runtests +++ b/runtests @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 #
