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:
parent
7181ea4083
commit
39dc83f13c
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2019 MariaDB Corporation Ab
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user