#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. TEXMFCNF=$srcdir/../kpathsea \ WEBINPUTS=$srcdir/tiedir \ ./tie -c tie.outc tie.tie tie.cf1 tie.cf2 tie.cf3 || exit 1 diff tie.outc $srcdir/tiedir/tie.chf.gen || exit 1 TEXMFCNF=$srcdir/../kpathsea \ WEBINPUTS=$srcdir/tiedir \ ./tie -m tie.outm tie.tie tie.cf1 tie.cf2 tie.cf3 || exit 1 diff tie.outm $srcdir/tiedir/tie.master.gen || exit 1