python3 doesn't have to be in /usr/bin

This commit is contained in:
Frank Denis 2017-07-13 17:03:27 +02:00
parent 24335c250d
commit 6a3dfb2658

2
packaging/dotnet-core/prepare.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os.path
import re