]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/test/iconv/tablegen/cmp.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / test / iconv / tablegen / cmp.sh
1 #!/bin/sh
2 # $FreeBSD$
3
4 diff -I\$FreeBSD$1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0