From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6864F1384B4 for ; Mon, 9 Nov 2015 21:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4490E0858; Mon, 9 Nov 2015 21:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B224E0858 for ; Mon, 9 Nov 2015 21:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1BC1533BF44 for ; Mon, 9 Nov 2015 21:05:37 +0000 (UTC) From: Mike Frysinger To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH] catalyst: switch to common python entry Date: Mon, 9 Nov 2015 16:05:34 -0500 Message-Id: <1447103134-18858-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 2.6.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 8f8e7601-777e-44e2-a308-7c4b9ce5de06 X-Archives-Hash: 706fb672454249b4c81069449b3cb953 Since the catalyst code base supports py2 & py3, we no longer need to hardcode py2 in the shebang. --- bin/catalyst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/catalyst b/bin/catalyst index 1557ab8..24122b2 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -OO +#!/usr/bin/python -OO # Maintained in full by: # Catalyst Team -- 2.6.2