go-mods-to-bundled: use /usr/bin/env python
Do not assume a python is /bin/python
This commit is contained in:
parent
6e12473d8f
commit
cbc266db72
@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
'''
|
||||
Tiny dumb script that generates virtual bundled `Provides` from a repo that
|
||||
|
Loading…
Reference in New Issue
Block a user