[oe-commits] [openembedded-core] 19/19: scripts/oe-build-perf-test: Use python3 from the environment

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 09:11:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 81ee68f39a155c79443d45321ce4b81d9bf6675e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Dec 15 00:22:51 2019 +0000

    scripts/oe-build-perf-test: Use python3 from the environment
    
    On test machines we have python3 available at alternative locations. Use
    these rather from the evnrionment rather than a hardcoded path.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/oe-build-perf-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test
index 0b13f24..00e00b4 100755
--- a/scripts/oe-build-perf-test
+++ b/scripts/oe-build-perf-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Build performance test script
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list