VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2020-12-09 13:50:17 +0200 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-01-22 06:34:44 +0900 commit: 51839e29cb5954470ea4db7236ef8c3d77a6e0bb parent: 19c329f6808995b142b3966301f217c831e7cf31
Commit Summary:
scripts: switch explicitly to Python 3
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/bloat-o-meter b/scripts/bloat-o-meter
index 652e9542043f..dcd8d8750b8b 100755
--- a/scripts/bloat-o-meter
+++ b/scripts/bloat-o-meter
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright 2004 Matt Mackall <mpm@selenic.com>
 #