Bläddra i källkod

scripts/oe-build-perf-report: Use python3 from the environment

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>
Richard Purdie 3 år sedan
förälder
incheckning
95d5005828
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      scripts/oe-build-perf-report

+ 1 - 1
scripts/oe-build-perf-report

@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Examine build performance test results
 #