summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-09 17:56:55 +0000
committerKarl Berry <karl@freefriends.org>2018-09-09 17:56:55 +0000
commit989c3cb88a72f0f7f1247721fffd10fd49cb89d8 (patch)
treeac695d7655e786662ee2cc799922f8283bb08317 /Build/source/texk/cjkutils
parentfd0242c945fb9f727608ba740060ce6aee41e97e (diff)
LC_ALL=LANGUAGE=C to try to avoid sed breakage, https://tug.org/pipermail/tlbuild/2018q3/004258.html; also export one variable at a time
git-svn-id: svn://tug.org/texlive/trunk@48633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r--Build/source/texk/cjkutils/ChangeLog5
-rwxr-xr-xBuild/source/texk/cjkutils/cef5conv.test4
-rwxr-xr-xBuild/source/texk/cjkutils/cefsconv.test4
3 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/ChangeLog b/Build/source/texk/cjkutils/ChangeLog
index d69aa3d1034..585ed859319 100644
--- a/Build/source/texk/cjkutils/ChangeLog
+++ b/Build/source/texk/cjkutils/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-09 Karl Berry <karl@tug.org>
+
+ * cef5conv.test,
+ * cefsconv.test: LC_ALL=LANGUAGE=C.
+
2018-06-17 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* *.c: Adjust #line directive to the new convention.
diff --git a/Build/source/texk/cjkutils/cef5conv.test b/Build/source/texk/cjkutils/cef5conv.test
index 453a2b08343..3d07b683089 100755
--- a/Build/source/texk/cjkutils/cef5conv.test
+++ b/Build/source/texk/cjkutils/cef5conv.test
@@ -1,9 +1,11 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Peter Breitenlohner <tex-live@tug.org>
+# Copyright 2017-2018 Peter Breitenlohner <tex-live@tug.org>
# Copyright 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
./cef5conv <$srcdir/tests/cef5conv.tex >cef5conv.cjk \
&& diff cef5conv.cjk $srcdir/tests/cef5conv.cjk \
|| exit 1
diff --git a/Build/source/texk/cjkutils/cefsconv.test b/Build/source/texk/cjkutils/cefsconv.test
index a618902d5c0..f9e31d9a757 100755
--- a/Build/source/texk/cjkutils/cefsconv.test
+++ b/Build/source/texk/cjkutils/cefsconv.test
@@ -1,9 +1,11 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
# Copyright 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
./cefsconv <$srcdir/tests/cefsconv.tex >cefsconv.cjk \
&& diff cefsconv.cjk $srcdir/tests/cefsconv.cjk \
|| exit 1