From: Ed Bartosh Date: Mon, 16 May 2016 14:49:27 +0000 (+0300) Subject: wic: use python3 in shebang X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea6245d2383e2ba905ef9f1ba210e5dadc779ad8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3d33430f1b1..5cc06f4c495 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 -*- #