freebsd-dev/tools/test/iconv/tablegen/cmp.sh
John-Mark Gurney 80ff58b89d fix this script so we don't expand the second $FreeBSD since svn thinks
the $ in $1 ends the keyword, and expands it...
2013-02-27 19:59:58 +00:00

5 lines
120 B
Bash
Executable File

#!/bin/sh
# $FreeBSD$
diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0