From 989c3cb88a72f0f7f1247721fffd10fd49cb89d8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Sep 2018 17:56:55 +0000 Subject: 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 --- Build/source/texk/cjkutils/ChangeLog | 5 +++++ Build/source/texk/cjkutils/cef5conv.test | 4 +++- Build/source/texk/cjkutils/cefsconv.test | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/cjkutils') 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 + + * cef5conv.test, + * cefsconv.test: LC_ALL=LANGUAGE=C. + 2018-06-17 TANAKA Takuji * *.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 +# Copyright 2017-2018 Peter Breitenlohner # Copyright 2011 Peter Breitenlohner # 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 +# Copyright 2017-2018 Karl Berry # Copyright 2011 Peter Breitenlohner # 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 -- cgit v1.2.3