blob: 4c9e48885ae34c5055be8a08a469acd3c48145cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
# Copyright (C) 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
|