mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-18 14:28:00 +01:00
Remove assumption of Python path.
For example, on a FreeBSD system Python can be installed in /usr/local/bin/python. Some systems have multiple interpreters installed in a variety of locations. The attached patch corrects the problem by using the env(1) command to run Python. Signed-off-by: Adam Waldenberg <adam.waldenberg@ejwa.se>
This commit is contained in:
parent
b20f15e794
commit
bc5b0abe74
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
#
|
||||
# Copyright © 2012-2014 Ejwa Software. All rights reserved.
|
||||
|
|
Loading…
Add table
Reference in a new issue