[Kimchi-devel] [PATCH] Change from using /usr/bin/python to /usr/bin/env python2 to improve portability.

Alan Jenkins alan.james.jenkins at gmail.com
Thu Feb 12 12:30:31 UTC 2015


---
 contrib/check_i18n.py      | 2 +-
 src/kimchi/vnc.py          | 2 +-
 src/kimchid.in             | 2 +-
 ui/pages/help/gen-index.py | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/check_i18n.py b/contrib/check_i18n.py
index c542e0b..361906d 100755
--- a/contrib/check_i18n.py
+++ b/contrib/check_i18n.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 #
 # Project Kimchi
 #
diff --git a/src/kimchi/vnc.py b/src/kimchi/vnc.py
index 1c6fdec..0cbb6a1 100644
--- a/src/kimchi/vnc.py
+++ b/src/kimchi/vnc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 #
 # Project Kimchi
 #
diff --git a/src/kimchid.in b/src/kimchid.in
index 0a8dc1f..9891d97 100644
--- a/src/kimchid.in
+++ b/src/kimchid.in
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 #
 # Project Kimchi
 #
diff --git a/ui/pages/help/gen-index.py b/ui/pages/help/gen-index.py
index ec7bdd2..f61a395 100755
--- a/ui/pages/help/gen-index.py
+++ b/ui/pages/help/gen-index.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python2
 #
 # Project Kimchi
 #
-- 
2.2.2




More information about the Kimchi-devel mailing list