From 00c32b1be00d1be4eb129e965ad96f71d09cf4cf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 22 Jan 2011 11:13:08 +1100 Subject: Make executable on Linux by adding a shbang line and setting 'x' permission. --- include/HFacer.py | 1 + src/LexGen.py | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 include/HFacer.py mode change 100644 => 100755 src/LexGen.py diff --git a/include/HFacer.py b/include/HFacer.py old mode 100644 new mode 100755 index 62a827326..074ce96be --- 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 old mode 100644 new mode 100755 index d4ff21555..ec772f8c5 --- 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. -- cgit v1.2.3