From 7e739905a65cabd162b33ae1e833b5d3faf4d922 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 2 Jun 2016 13:13:02 +0300 Subject: scripts: python3: change python to python3 in shebang (From meta-yocto rev: c2629eb1a899a95571ec3649bec7998f130fac00) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/yocto-layer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/yocto-layer') diff --git a/scripts/yocto-layer b/scripts/yocto-layer index 356972ece8..a5267f2c11 100755 --- a/scripts/yocto-layer +++ b/scripts/yocto-layer @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # -- cgit v1.2.3-54-g00ecf