blob: 99ddc9d8545c5a866aad93ea5b8facb940fd17bf (
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 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir \
./weave pooltype || exit 1
|