diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-07-18 21:19:57 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2008-07-18 21:19:57 +0000 |
commit | 7973048f3a175c05050ada73a8ed103308d7ea7b (patch) | |
tree | 1b2b4cf3d676f08b144275e0bc20ea6e4430f309 /Master/texmf | |
parent | ee5287b6a1a93a5665740676e0216dd38546cd54 (diff) |
getopt.tlu: Add warning message.
git-svn-id: svn://tug.org/texlive/trunk@9660 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/lua/texlive/getopt.tlu | 5 |
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. -- |