diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-09 07:09:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-05-09 07:09:31 +0000 |
commit | d13ed6474ea3a1d46020773c4cb62cdb35846107 (patch) | |
tree | c3c860aa67df83d336a6a0c17fc761c69b0b5ac5 | |
parent | 8cce92e7ef5c2f590a6260b4facc957c33b63031 (diff) |
runscript.tlu: change wording in a comment
git-svn-id: svn://tug.org/texlive/trunk@47648 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/runscript.tlu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 8b22d7408ca..729293ea579 100755 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -455,7 +455,7 @@ end local function MAIN_CHUNK() --- set locale LC_CTYPE as the system default +-- set the system-default value for LC_CTYPE -- http://tug.org/pipermail/tex-live/2018-May/041628.html os.setlocale("", "ctype") |