From 52c4b7f247618f185a11dfb1cf15d0490d074379 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 20 May 2016 11:57:25 +0300 Subject: 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. (From OE-Core rev: dad9617809c60ec5f11d4780b0afa1cffa1efed5) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/recipetool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/recipetool') diff --git a/scripts/recipetool b/scripts/recipetool index 6c66487569..0e8bffb5c0 100755 --- a/scripts/recipetool +++ b/scripts/recipetool @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Recipe creation tool # -- cgit v1.2.3-54-g00ecf