[meld] bin/meld: Update shebang to avoid python 3 default in envs (bgo#735235)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] bin/meld: Update shebang to avoid python 3 default in envs (bgo#735235)
- Date: Sat, 23 Aug 2014 03:46:44 +0000 (UTC)
commit 57890e22e27bf470f158805c6444cdf19f1f5ed1
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Aug 23 13:34:54 2014 +1000
bin/meld: Update shebang to avoid python 3 default in envs (bgo#735235)
bin/meld | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/meld b/bin/meld
index 4fc49e6..257e38c 100755
--- a/bin/meld
+++ b/bin/meld
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
# Copyright (C) 2009-2014 Kai Willadsen <kai willadsen gmail com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]