From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:master commit in: bin/
Date: Thu, 19 Nov 2015 04:00:09 +0000 (UTC) [thread overview]
Message-ID: <1447904451.24e7da46a9a6521ff89090c555babd12cfbe589a.vapier@gentoo> (raw)
commit: 24e7da46a9a6521ff89090c555babd12cfbe589a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 00:29:10 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 03:40:51 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=24e7da46
catalyst: switch to common python entry
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 <catalyst@gentoo.org>
next reply other threads:[~2015-11-19 4:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 4:00 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-19 4:00 [gentoo-commits] proj/catalyst:master commit in: bin/ Mike Frysinger
2015-10-11 18:19 Mike Frysinger
2015-10-06 17:03 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447904451.24e7da46a9a6521ff89090c555babd12cfbe589a.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox