blob: 43913d8af6d71b43acdd28ce85421cfaca2214a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
./upmpost -version || exit 1
./upmpost -help || exit 1
./upmpost -dvitomp -version || exit 1
./upmpost -dvitomp -help || exit 1
|