diff --git a/fio-python3.patch b/fio-python3.patch index 6309e57..edcc7a7 100644 --- a/fio-python3.patch +++ b/fio-python3.patch @@ -1,5 +1,3 @@ - - make fio scripts python3-ready commit 5eac3b00238b450ac0679121a76f1e566ca8f468 @@ -43,7 +41,8 @@ Index: fio-3.6/tools/fiologparser.py --- fio-3.6.orig/tools/fiologparser.py +++ fio-3.6/tools/fiologparser.py @@ -1,4 +1,5 @@ - #!/usr/bin/python3 +-#!/usr/bin/python2.7 ++#!/usr/bin/python3 +# Note: this script is python2 and python 3 compatible. # # fiologparser.py @@ -62,7 +61,8 @@ Index: fio-3.6/unit_tests/steadystate_tests.py --- fio-3.6.orig/unit_tests/steadystate_tests.py +++ fio-3.6/unit_tests/steadystate_tests.py @@ -1,4 +1,5 @@ - #!/usr/bin/python3 +-#!/usr/bin/python2.7 ++#!/usr/bin/python3 +# Note: this script is python2 and python 3 compatible. # # steadystate_tests.py