]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/test/iconv/tablegen/cmp.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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