[gnome-continuous-yocto/gnomeostree-3.28-rocko: 607/8267] wic: use python3 in shebang



commit ddbd307244e3b165e6f75f72c09466a5c3d078a3
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Mon May 16 17:49:27 2016 +0300

    wic: use python3 in shebang
    
    Switched scripts/wic to use python3 as a default
    python interpreter.
    
    (From OE-Core rev: ea6245d2383e2ba905ef9f1ba210e5dadc779ad8)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/wic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 -*-
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]