[oe-commits] [openembedded-core] branch master-next updated: scripts/oe-build-perf-test: Use python3 from the environment

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 00:23:14 UTC 2019


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

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

The following commit(s) were added to refs/heads/master-next by this push:
     new 58a4f86  scripts/oe-build-perf-test: Use python3 from the environment
58a4f86 is described below

commit 58a4f8601d44b14fef959bdc39d5e0ee56af6fbc
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
    
    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