diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-20 11:57:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 08:10:03 +0100 |
commit | dad9617809c60ec5f11d4780b0afa1cffa1efed5 (patch) | |
tree | 64a18557ea77ee5584506ec8fa3bd313c5a9633b /scripts/buildhistory-diff | |
parent | 0a064f2216895db0181ee033a785328e704ddc0b (diff) | |
download | openembedded-core-dad9617809c60ec5f11d4780b0afa1cffa1efed5.tar.gz openembedded-core-dad9617809c60ec5f11d4780b0afa1cffa1efed5.tar.bz2 openembedded-core-dad9617809c60ec5f11d4780b0afa1cffa1efed5.zip |
scripts: use python3 in shebang
As most of oe-test cases work for devtool and recipetool
it makes sense to switch both tools to python 3 by
explicitly referring to python3 in their shebangs.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Diffstat (limited to 'scripts/buildhistory-diff')
-rwxr-xr-x | scripts/buildhistory-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index dfebcddf72..dc8b8f236e 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Report significant differences in the buildhistory repository since a specific revision # |