Ver código fonte

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 anos atrás
pai
commit
95d5005828
1 arquivos alterados com 1 adições e 1 exclusões
  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
 #