From c2629eb1a899a95571ec3649bec7998f130fac00 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 2 Jun 2016 13:13:02 +0300 Subject: [PATCH] scripts: python3: change python to python3 in shebang Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/yocto-bsp | 2 +- scripts/yocto-kernel | 2 +- scripts/yocto-layer | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/yocto-bsp b/scripts/yocto-bsp index ce30e553343..6a422c38910 100755 --- a/scripts/yocto-bsp +++ b/scripts/yocto-bsp @@ -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 -*- # diff --git a/scripts/yocto-kernel b/scripts/yocto-kernel index daaad075201..fd97cb77d9f 100755 --- a/scripts/yocto-kernel +++ b/scripts/yocto-kernel @@ -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 -*- # diff --git a/scripts/yocto-layer b/scripts/yocto-layer index 356972ece81..a5267f2c110 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 -*- # -- 2.47.3