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/web2c/uptexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/uptexdir/uptriptest.test | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/uptexdir') diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index 6b34a03726c..c2018364d86 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,7 @@ +2018-09-09 Karl Berry + + * uptriptest.test: LC_ALL=LANGUAGE=C. + 2018-09-03 Hironobu Yamashita * gkhuge.test: Export TEXMFCNF beforehand, instead of setting diff --git a/Build/source/texk/web2c/uptexdir/uptriptest.test b/Build/source/texk/web2c/uptexdir/uptriptest.test index 6ded3f7740f..8035f023bb3 100755 --- a/Build/source/texk/web2c/uptexdir/uptriptest.test +++ b/Build/source/texk/web2c/uptexdir/uptriptest.test @@ -1,9 +1,11 @@ #! /bin/sh -vx # $Id$ -# Copyright 2017 Karl Berry +# Copyright 2017-2018 Karl Berry # Copyright 2011-2014 Peter Breitenlohner # You may freely use, modify and/or distribute this file. +LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE + testdir=$abs_srcdir/triptrap uptestdir=$abs_srcdir/uptexdir/uptrip -- cgit v1.2.3