summaryrefslogtreecommitdiff
path: root/Build/source/texk/psutils/psutils.test
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/psutils/psutils.test
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/psutils/psutils.test')
-rwxr-xr-xBuild/source/texk/psutils/psutils.test9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/psutils/psutils.test b/Build/source/texk/psutils/psutils.test
index bb306ca9753..d50280e4c84 100755
--- a/Build/source/texk/psutils/psutils.test
+++ b/Build/source/texk/psutils/psutils.test
@@ -1,12 +1,13 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
# Copyright 2011-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
-TEXMFCNF=$srcdir/../kpathsea
-PSUTILSINPUTS=$srcdir/data
-export TEXMFCNF PSUTILSINPUTS
+LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
+
+TEXMFCNF=$srcdir/../kpathsea; export TEXMFCNF
+PSUTILSINPUTS=$srcdir/data; export PSUTILSINPUTS
failed=