contrib: Use env for the matrix_upload hashbang.
This allows users to run the matrix_upload script to run inside virtual environments. This closes #102.
This commit is contained in:
parent
1fd4f80ab6
commit
f1d3bd5890
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3 -u
|
||||
#!/usr/bin/env -S python3 -u
|
||||
# Copyright © 2018 Damir Jelić <poljar@termina.org.uk>
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for
|
||||
|
|
Loading…
Reference in a new issue