aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]include/HFacer.py1
-rwxr-xr-x[-rw-r--r--]src/LexGen.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/HFacer.py b/include/HFacer.py
index 62a827326..074ce96be 100644..100755
--- a/include/HFacer.py
+++ b/include/HFacer.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# HFacer.py - regenerate the Scintilla.h and SciLexer.h files from the Scintilla.iface interface
# definition file.
# The header files are copied to a temporary file apart from the section between a /* ++Autogenerated*/
diff --git a/src/LexGen.py b/src/LexGen.py
index d4ff21555..ec772f8c5 100644..100755
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# LexGen.py - implemented 2002 by Neil Hodgson neilh@scintilla.org
# Released to the public domain.