71cb283
Use python3 for installed executable python scripts.
71cb283
71cb283
Fedora is a Python3-only distribution:
71cb283
https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
71cb283
71cb283
This fixes build failures where builders may strictly enforce only
71cb283
python3 during a transitional phase.
71cb283
71cb283
Author: Carlos O'Donell <carlos@redhat.com>
71cb283
71cb283
diff --git a/benchtests/scripts/compare_bench.py b/benchtests/scripts/compare_bench.py
71cb283
index ea25f778c09bba9d..b53beb3c6e32c3cf 100755
71cb283
--- a/benchtests/scripts/compare_bench.py
71cb283
+++ b/benchtests/scripts/compare_bench.py
71cb283
@@ -1,4 +1,4 @@
71cb283
-#!/usr/bin/python
71cb283
+#!/usr/bin/python3
71cb283
 # Copyright (C) 2015-2018 Free Software Foundation, Inc.
71cb283
 # This file is part of the GNU C Library.
71cb283
 #
71cb283
diff --git a/benchtests/scripts/import_bench.py b/benchtests/scripts/import_bench.py
71cb283
index 602b3f954d4801a6..76bf1528a5418748 100644
71cb283
--- a/benchtests/scripts/import_bench.py
71cb283
+++ b/benchtests/scripts/import_bench.py
71cb283
@@ -1,4 +1,4 @@
71cb283
-#!/usr/bin/python
71cb283
+#!/usr/bin/python3
71cb283
 # Copyright (C) 2015-2018 Free Software Foundation, Inc.
71cb283
 # This file is part of the GNU C Library.
71cb283
 #
71cb283
diff --git a/benchtests/scripts/validate_benchout.py b/benchtests/scripts/validate_benchout.py
71cb283
index 6147f05bec3a4844..9a5c7947ee4ed7e9 100755
71cb283
--- a/benchtests/scripts/validate_benchout.py
71cb283
+++ b/benchtests/scripts/validate_benchout.py
71cb283
@@ -1,4 +1,4 @@
71cb283
-#!/usr/bin/python
71cb283
+#!/usr/bin/python3
71cb283
 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
71cb283
 # This file is part of the GNU C Library.
71cb283
 #