blob: b7262403f7fbbd16831eefc9c2a5e8c46dad3a1e (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh -vx
# $Id$
# Public domain. Originally written by Peter Breitenlohner.
TEXMFCNF=$srcdir/../../kpathsea \
./outocp $srcdir/uni2lat.ocp >xuni2lat.out || exit 1
diff $srcdir/uni2lat.out xuni2lat.out || exit 1
|