projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29cd35a
)
catalyst: Specify python2 rather than the generic python
author
Dylan Baker
<baker.dylan.c@gmail.com>
Sun, 13 Oct 2013 09:07:35 +0000
(
02:07
-0700)
committer
Matt Turner
<mattst88@gmail.com>
Sat, 26 Oct 2013 17:22:26 +0000
(10:22 -0700)
This allows catalyst to work regardless of whether a user prefers that
usr/bin/python be python 2.x or 3.x.
Reviewed-by: Matt Turner <mattst88@gmail.com>
catalyst
patch
|
blob
|
history
diff --git
a/catalyst
b/catalyst
index 4550d0592a0669140026605faa30f0f5034ac5d5..11560fb4f9dc5d21f85e3467c29f0df222c706bd 100755
(executable)
--- a/
catalyst
+++ b/
catalyst
@@
-1,4
+1,4
@@
-#!/usr/bin/python -OO
+#!/usr/bin/python
2
-OO
# Maintained in full by:
# Catalyst Team <catalyst@gentoo.org>