Don't call python3 directly

Calling it directly from the script adds a dependency on it and we don't
what that.
This commit is contained in:
Markus Mäkelä 2019-01-16 16:00:32 +02:00
parent 7181ea4083
commit 39dc83f13c
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (c) 2019 MariaDB Corporation Ab
#