build: Don't hardcode the path of python3

Python is not guaranteed to be installed in /usr/bin. This is especially
true for *BSD systems which don't consider Python as an integral part of
their systems.
This commit is contained in:
Ting-Wei Lan 2018-11-18 14:16:24 +08:00
parent 787bb4316d
commit 740c2298c6

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (C) 2016 Red Hat Inc.
#