diff options
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 5 | ||||
-rwxr-xr-x | Build/source/texk/web2c/pmpostdir/pmpsamp.test | 4 | ||||
-rwxr-xr-x | Build/source/texk/web2c/pmpostdir/upmpsamp.test | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog index 923987ec713..a35ff15bb15 100644 --- a/Build/source/texk/web2c/pmpostdir/ChangeLog +++ b/Build/source/texk/web2c/pmpostdir/ChangeLog @@ -1,3 +1,8 @@ +2018-09-09 Karl Berry <karl@tug.org> + + * upmpsamp.test, + * pmpsamp.test: LC_ALL=LANGUAGE=C. + 2018-08-16 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * ptfmin.ch: Support new JFM spec, which allows 3-byte diff --git a/Build/source/texk/web2c/pmpostdir/pmpsamp.test b/Build/source/texk/web2c/pmpostdir/pmpsamp.test index 11176f323f9..19586a0a39d 100755 --- a/Build/source/texk/web2c/pmpostdir/pmpsamp.test +++ b/Build/source/texk/web2c/pmpostdir/pmpsamp.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 2014 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 + tests=pmpostdir/tests test -d $tests || mkdir -p $tests diff --git a/Build/source/texk/web2c/pmpostdir/upmpsamp.test b/Build/source/texk/web2c/pmpostdir/upmpsamp.test index ff334aca332..8d11af07fd8 100755 --- a/Build/source/texk/web2c/pmpostdir/upmpsamp.test +++ b/Build/source/texk/web2c/pmpostdir/upmpsamp.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 2014 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 + tests=pmpostdir/tests test -d $tests || mkdir -p $tests |