blob: 0f0aab1d6ed42d1c852b255aa6965cf57c15bf8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /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.
test -d uptests || mkdir -p uptests
TEXMFCNF=$srcdir/../kpathsea \
./uptftopl -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1
|