[oe-commits] [openembedded-core] 20/23: scripts: use python3 in shebang

git at git.openembedded.org git at git.openembedded.org
Mon May 30 15:02:14 UTC 2016


rpurdie pushed a commit to branch python3
in repository openembedded-core.

commit 895cd1c93afeea382b68f434d95b0fadf364d169
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri May 20 11:57:25 2016 +0300

    scripts: use python3 in shebang
    
    As most of oe-test cases work for devtool and recipetool
    it makes sense to switch both tools to python 3 by
    explicitly referring to python3 in their shebangs.
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
 scripts/devtool         | 2 +-
 scripts/oe-pkgdata-util | 2 +-
 scripts/recipetool      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/devtool b/scripts/devtool
index 4dbb527..ff368dc 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded Development tool
 #
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index a04e44d..b39d9b5 100755
--- a/scripts/oe-pkgdata-util
+++ b/scripts/oe-pkgdata-util
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # OpenEmbedded pkgdata utility
 #
diff --git a/scripts/recipetool b/scripts/recipetool
index 6c66487..0e8bffb 100755
--- a/scripts/recipetool
+++ b/scripts/recipetool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Recipe creation tool
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list