mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Generate an appropriate shebang line for MakeHeader script
Use configure.ac to handle platform differences where some build hosts have only a python3, or only python, binary. Related to https://github.com/htop-dev/htop/pull/6
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env @PYTHON@
|
||||
import os, sys, string, io
|
||||
try:
|
||||
from StringIO import StringIO
|
Reference in New Issue
Block a user