diff options
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua index 0fc924d9881..aa6375b64e4 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua @@ -1,4 +1,4 @@ -#!/usr/bin/env lua +#!/usr/bin/env texlua --[[ File : makeglossaries.lua Author : Nicola Talbot @@ -25,9 +25,11 @@ This work has the LPPL maintenance status `maintained'. + History: + * 1.1 changed first line from lua to texlua --]] -thisversion = "1.0 2015-06-20" +thisversion = "1.1 2015-07-17" quiet = false dryrun = false |