diff options
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir/pmpsamp.test')
-rwxr-xr-x | Build/source/texk/web2c/pmpostdir/pmpsamp.test | 4 |
1 files changed, 3 insertions, 1 deletions
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 |