summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/lacheck.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lacheck/lacheck.test')
-rwxr-xr-xBuild/source/utils/lacheck/lacheck.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/lacheck/lacheck.test b/Build/source/utils/lacheck/lacheck.test
index a5d4afa640e..614462104c8 100755
--- a/Build/source/utils/lacheck/lacheck.test
+++ b/Build/source/utils/lacheck/lacheck.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 2009-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
+
./lacheck $srcdir/test.tex | \
sed -e "s!$srcdir/test.tex!./test.tex!g" >test.out || exit 1