From dad9617809c60ec5f11d4780b0afa1cffa1efed5 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. Signed-off-by: Ed Bartosh --- scripts/oe-pkgdata-util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/oe-pkgdata-util') diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index a04e44d35a..b39d9b566c 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 # -- cgit 1.2.3-korg