diff options
author | nyamatongwe <unknown> | 2011-01-22 11:13:08 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-01-22 11:13:08 +1100 |
commit | 00c32b1be00d1be4eb129e965ad96f71d09cf4cf (patch) | |
tree | d98dfb9faf15d2508dc07d6028b01f01d64da3ca /include/HFacer.py | |
parent | 760c3011e2318473346f95415abd20b6812045fa (diff) | |
download | scintilla-mirror-00c32b1be00d1be4eb129e965ad96f71d09cf4cf.tar.gz |
Make executable on Linux by adding a shbang line and setting 'x' permission.
Diffstat (limited to 'include/HFacer.py')
-rwxr-xr-x[-rw-r--r--] | include/HFacer.py | 1 |
1 files changed, 1 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*/ |