diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-27 23:56:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-27 23:56:34 +0000 |
commit | a6fbafe4e3dc261e7713cefa202d815ecbf8c505 (patch) | |
tree | c79765752563ed3f0f1ccc6c838b0dafdbab1a9f /Build | |
parent | 4c8f194875e6cdcf1a410ca368903999610003ec (diff) |
typo
git-svn-id: svn://tug.org/texlive/trunk@29534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/utils/tpic2pdftex/tpic2pdftex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/tpic2pdftex/tpic2pdftex b/Build/source/utils/tpic2pdftex/tpic2pdftex index f4fa0534fe3..ecdf35d6b2b 100755 --- a/Build/source/utils/tpic2pdftex/tpic2pdftex +++ b/Build/source/utils/tpic2pdftex/tpic2pdftex @@ -167,7 +167,7 @@ BEGIN{ print " LC_ALL=\"C\"; export LC_ALL; unset LANGUAGE" print "before calling awk." print "ERROR: Floating point numbers miss decimal point. Do" > "/dev/stderr" - print " LC_ALL=\"C\"; export LD_ALL; unset LANGUAGE" > "/dev/stderr" + print " LC_ALL=\"C\"; export LC_ALL; unset LANGUAGE" > "/dev/stderr" print "before calling awk." > "/dev/stderr" exit 1; } |