From ea6245d2383e2ba905ef9f1ba210e5dadc779ad8 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 16 May 2016 17:49:27 +0300 Subject: 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 --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -*- # -- cgit 1.2.3-korg