summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeHeader.py.in (renamed from scripts/MakeHeader.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeHeader.py b/scripts/MakeHeader.py.in
index 3ef34b88..9da6685a 100755
--- a/scripts/MakeHeader.py
+++ b/scripts/MakeHeader.py.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env @PYTHON@
import os, sys, string, io
try:
from StringIO import StringIO