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:10:03 +0100 |
commit | ea6245d2383e2ba905ef9f1ba210e5dadc779ad8 (patch) | |
tree | 80746606d7e73acfe29f8573a1f6627ee68936c7 /scripts | |
parent | ecfcc5dad20943b762a741546732a6c447265251 (diff) | |
download | openembedded-core-ea6245d2383e2ba905ef9f1ba210e5dadc779ad8.tar.gz openembedded-core-ea6245d2383e2ba905ef9f1ba210e5dadc779ad8.tar.bz2 openembedded-core-ea6245d2383e2ba905ef9f1ba210e5dadc779ad8.zip |
wic: use python3 in shebang
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>
Diffstat (limited to 'scripts')
-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 @@ -#!/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 -*- # |