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/buildhistory-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/buildhistory-diff') diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index dfebcddf72..dc8b8f236e 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 # -- cgit v1.2.3-54-g00ecf