From cdff6bc0c154a5d58a6e6892979af4f99d5a0d74 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 OE-Core rev: 4b544ff388497cac82b0585f237900595523e1cb) Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/cleanup-workdir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cleanup-workdir') diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index 0b2cf99d78..86eae3702b 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2012 Wind River Systems, Inc. # -- cgit v1.2.3-54-g00ecf