diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-16 17:49:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 08:24:00 +0100 |
commit | ddbd307244e3b165e6f75f72c09466a5c3d078a3 (patch) | |
tree | 1db6adf8a86ccfb2002d552b0c5f0aa61acf76cf | |
parent | dca3aba0f4a8e2dfbac1e53dca2d0ff6fce215f0 (diff) | |
download | poky-ddbd307244e3b165e6f75f72c09466a5c3d078a3.tar.gz |
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>
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index 3d33430f1b..5cc06f4c49 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |