]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/oe-build-perf-report: Use python3 from the environment
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Sep 2020 11:46:43 +0000 (12:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 11:47:52 +0000 (12:47 +0100)
This means ot matches the rest of the system rather than causing confusing errors
where multiple python versions are mixed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-build-perf-report

index e781f4f03fffcaf8d53ec9a814907faaaf410b7e..7ed86a72f667458a018f321f5110b4189118b8fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Examine build performance test results
 #