From f1d3bd58907c7ee879700a121af26f15bd62cb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 13 Jul 2019 12:45:34 +0200 Subject: [PATCH] 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. --- contrib/matrix_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/matrix_upload b/contrib/matrix_upload index 94396bc..ebc7ecf 100755 --- a/contrib/matrix_upload +++ b/contrib/matrix_upload @@ -1,4 +1,4 @@ -#!/usr/bin/python3 -u +#!/usr/bin/env -S python3 -u # Copyright © 2018 Damir Jelić # # Permission to use, copy, modify, and/or distribute this software for