From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A8C9139694 for ; Fri, 24 Mar 2017 19:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E5221C043; Fri, 24 Mar 2017 19:09:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B91B21C043 for ; Fri, 24 Mar 2017 19:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F467341662 for ; Fri, 24 Mar 2017 19:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A03BC739F for ; Fri, 24 Mar 2017 19:09:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1490361442.142accf1f18d393f0ea0fe8de514f738c3621f30.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: runtests X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 142accf1f18d393f0ea0fe8de514f738c3621f30 X-VCS-Branch: prefix Date: Fri, 24 Mar 2017 19:09:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 673fc10a-0688-43d6-ba0f-4fda4d3ee05c X-Archives-Hash: 8751bee0ed3e9df22a935bc963bbb355 commit: 142accf1f18d393f0ea0fe8de514f738c3621f30 Author: Fabian Groffen gentoo org> AuthorDate: Fri Mar 24 13:17:22 2017 +0000 Commit: Fabian Groffen gentoo 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 #