#! /bin/sh # Copyright (C) 2009, 2010 Peter Breitenlohner # You may freely use, modify and/or distribute this file. ./lacheck $srcdir/$LACHECK_TREE/test.tex | \ sed -e "s!$srcdir/$LACHECK_TREE/test.tex!./test.tex!g" >test.out || exit 1 diff $srcdir/$LACHECK_TREE/test.old test.out || exit 1