[OE-core] [PATCH 08/22] wic: use python3 in shebang

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 1 12:35:26 UTC 2016


From: Ed Bartosh <ed.bartosh at linux.intel.com>

Switched scripts/wic to use python3 as a default
python interpreter.

Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/wic | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/wic b/scripts/wic
index 3d33430..5cc06f4 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 -*-
 #
-- 
2.5.0




More information about the Openembedded-core mailing list