From: Ed Bartosh Date: Mon, 16 May 2016 14:49:27 +0000 (+0300) Subject: wic: use python3 in shebang X-Git-Tag: uninative-1.3~867 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ea6245d2383e2ba905ef9f1ba210e5dadc779ad8;p=openembedded-core.git wic: use python3 in shebang Switched scripts/wic to use python3 as a default python interpreter. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/scripts/wic b/scripts/wic index 3d33430f1b..5cc06f4c49 100755 --- a/scripts/wic +++ b/scripts/wic @@ -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 -*- #