From 9f40cc448cb2b52c90af86e0dc14a5cc61359ba8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Sun, 13 Oct 2013 02:07:35 -0700 Subject: [PATCH] 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 --- catalyst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2