[oe-commits] [openembedded-core] 06/09: wic: use python3 in shebang

git at git.openembedded.org git at git.openembedded.org
Thu May 19 15:14:34 UTC 2016


rpurdie pushed a commit to branch python3
in repository openembedded-core.

commit 68143cd8f38278c3cf9c59a50ad80641618e4b88
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Mon May 16 17:49:27 2016 +0300

    wic: use python3 in shebang
    
    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 -*-
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list