From: Dylan Baker Date: Sun, 13 Oct 2013 09:07:35 +0000 (-0700) Subject: catalyst: Specify python2 rather than the generic python X-Git-Url: http://git.tremily.us/?p=catalyst.git;a=commitdiff_plain;h=9f40cc448cb2b52c90af86e0dc14a5cc61359ba8 catalyst: Specify python2 rather than the generic python 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 --- diff --git a/catalyst b/catalyst index 4550d059..11560fb4 100755 --- a/catalyst +++ b/catalyst @@ -1,4 +1,4 @@ -#!/usr/bin/python -OO +#!/usr/bin/python2 -OO # Maintained in full by: # Catalyst Team