Allow running scripts with any python in PATH
Instead of hardcoding /usr/bin/python in shebangs, use /usr/bin/env. This allows Pungi to work with dependencies installed in virtualenv. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
6f00f20b3d
commit
ba8ae15eb1
11 changed files with 11 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# git-changelog - Output a rpm changelog
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue