summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/scripts/texlive/lua/texlive/getopt.tlu5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/lua/texlive/getopt.tlu b/Master/texmf/scripts/texlive/lua/texlive/getopt.tlu
index 94ae411f26e..7e52ddd357f 100644
--- a/Master/texmf/scripts/texlive/lua/texlive/getopt.tlu
+++ b/Master/texmf/scripts/texlive/lua/texlive/getopt.tlu
@@ -1,3 +1,5 @@
+#! /usr/bin/env texlua
+--*-Lua-*-
-- getopt.tlu
--
-- (tex)lua library function for argument processing
@@ -5,6 +7,9 @@
--
-- Copyright 2008 Norbert Preining
--
+-- This code will presumably be changed in the near future. Don't use
+-- it for your own scripts!
+--
-- This file is licensed under the GNU General Public License version 2
-- or any later version.
--