cmp.sh revision 219019
1219019Sgabor#!/bin/sh
2219019Sgabor# $FreeBSD: head/tools/test/iconv/tablegen/cmp.sh 219019 2011-02-25 00:04:39Z gabor $
3219019Sgabor
4219019Sgabordiff -I\$FreeBSD: head/tools/test/iconv/tablegen/cmp.sh 219019 2011-02-25 00:04:39Z gabor $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
5