From: Ed Bartosh Date: Fri, 20 May 2016 08:57:25 +0000 (+0300) Subject: scripts: use python3 in shebang X-Git-Tag: uninative-1.3~859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad9617809c60ec5f11d4780b0afa1cffa1efed5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index dfebcddf72d..dc8b8f236e7 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Report significant differences in the buildhistory repository since a specific revision # diff --git a/scripts/devtool b/scripts/devtool index 4dbb527bc75..ff368dc2aeb 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 a04e44d35a3..b39d9b566cc 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 6c664875698..0e8bffb5c05 100755 --- a/scripts/recipetool +++ b/scripts/recipetool @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Recipe creation tool #