blob: 845a5c51441e79ac28f7b3ed179d141f31bd45b2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /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
./uppltotf -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1
|