diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-09-04 08:43:32 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-09-04 08:43:32 +0000 |
commit | e68200b37960f8500ddb8bcf15ae734ee8a8009d (patch) | |
tree | 4020c04ffeb1fce81a35e2dcd1822890b11a3d04 /Build/source/texk/web2c | |
parent | b9d39cb65883786c51d32edd5fea10c38d460ac1 (diff) |
set LC_ALL=C to make the picky 'sed' command on macOS happy on non-ascii characters
git-svn-id: svn://tug.org/texlive/trunk@48573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rwxr-xr-x | Build/source/texk/web2c/pdftexdir/ttf2afm.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.test b/Build/source/texk/web2c/pdftexdir/ttf2afm.test index ac9ce833349..94d80f3952d 100755 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.test +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.test @@ -4,10 +4,11 @@ # Copyright 2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. +LC_ALL=C TEXMFCNF=$srcdir/../kpathsea TEXINPUTS=$srcdir/pdftexdir/tests:$srcdir/tests TEXFONTS=$srcdir/pdftexdir/tests -export TEXMFCNF TEXINPUTS TEXFONTS +export LC_ALL TEXMFCNF TEXINPUTS TEXFONTS testsrc=$srcdir/pdftexdir/tests |