From 9837d402d9e409985c966ec7f27a319dcaad4b5d 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 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 include/HFacer.py (limited to 'include/HFacer.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*/ -- cgit v1.2.3