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:
Damir Jelić 2019-07-13 12:45:34 +02:00
parent 1fd4f80ab6
commit f1d3bd5890

View file

@ -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