]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: use python3 in shebang
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 16 May 2016 14:49:27 +0000 (17:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:10:03 +0000 (08:10 +0100)
Switched scripts/wic to use python3 as a default
python interpreter.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic

index 3d33430f1b199ab7ea78e2479a179283b1ed9a75..5cc06f4c495f3cc8a4c6ae8489dc938251de1281 100755 (executable)
@@ -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 -*-
 #