aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-01-22 11:13:08 +1100
committernyamatongwe <devnull@localhost>2011-01-22 11:13:08 +1100
commit9837d402d9e409985c966ec7f27a319dcaad4b5d (patch)
tree6b25ec906c3cd2422c8835426aed9e076a2d8627 /src/LexGen.py
parent44b58be46765c9a7646e86a11ee99515b97783c5 (diff)
downloadscintilla-mirror-9837d402d9e409985c966ec7f27a319dcaad4b5d.tar.gz
Make executable on Linux by adding a shbang line and setting 'x' permission.
Diffstat (limited to 'src/LexGen.py')
-rwxr-xr-x[-rw-r--r--]src/LexGen.py1
1 files changed, 1 insertions, 0 deletions
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.