catalyst: Specify python2 rather than the generic python
authorDylan Baker <baker.dylan.c@gmail.com>
Sun, 13 Oct 2013 09:07:35 +0000 (02:07 -0700)
committerMatt 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

index 4550d0592a0669140026605faa30f0f5034ac5d5..11560fb4f9dc5d21f85e3467c29f0df222c706bd 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -1,4 +1,4 @@
-#!/usr/bin/python -OO
+#!/usr/bin/python2 -OO
 
 # Maintained in full by:
 # Catalyst Team <catalyst@gentoo.org>