From 4b544ff388497cac82b0585f237900595523e1cb 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 Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/bitbake-whatchanged | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bitbake-whatchanged') diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 55b61d0a90..0207777e63 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged @@ -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 1.2.3-korg