[oe-commits] [openembedded-core] 18/19: scripts: use python3 in shebang

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:30:48 UTC 2016


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

commit 66662f1afffef7f9cc5958e6ef1d0eaa6c9a0d23
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/recipetool | 2 +-
 2 files changed, 2 insertions(+), 2 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/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