0ec8e0e
From d50ef3cd0065f29ac48215456f0970920d709a8b Mon Sep 17 00:00:00 2001
0ec8e0e
From: Debarshi Ray <debarshir@freedesktop.org>
0ec8e0e
Date: Tue, 5 Nov 2013 16:42:06 +0100
0ec8e0e
Subject: [PATCH] xmpp-console: Explicitly state python in the shebang
0ec8e0e
0ec8e0e
This will make sure that we are not running against an unwanted version
0ec8e0e
of Python offered by a software collection.
0ec8e0e
---
0ec8e0e
 plugins/telepathy-gabble-xmpp-console | 2 +-
0ec8e0e
 1 file changed, 1 insertion(+), 1 deletion(-)
0ec8e0e
0ec8e0e
diff --git a/plugins/telepathy-gabble-xmpp-console b/plugins/telepathy-gabble-xmpp-console
0ec8e0e
index 8b96469..ed7febd 100755
0ec8e0e
--- a/plugins/telepathy-gabble-xmpp-console
0ec8e0e
+++ b/plugins/telepathy-gabble-xmpp-console
0ec8e0e
@@ -1,4 +1,4 @@
0ec8e0e
-#!/usr/bin/env python
0ec8e0e
+#!/usr/bin/python3
0ec8e0e
 # vim: set fileencoding=utf-8 sts=4 sw=4 et :
0ec8e0e
 """
0ec8e0e
 The world's worst XMPP console user interface.
0ec8e0e
-- 
0ec8e0e
1.8.4.2
0ec8e0e