blob: b9d68e89ef2d5ae0ceba04fbe7bb361490c96722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_uptftopl=$BinDir/uptftopl$ExeExt
test -d uptests || mkdir -p uptests
TEXMFCNF=$srcdir/../kpathsea \
$_uptftopl -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1
|