Call my version of cwdiff.

This commit is contained in:
Bradley M. Kuhn 2014-07-16 08:27:27 -04:00
parent 091408e1c7
commit a90ad4b134

View file

@ -21,13 +21,14 @@
[ "$debug" ] && set -x
PROGRAM=$(basename $0)
prg=diff
prg="/home/bkuhn/hacks/Small-Hacks/cwdiff --diff --ab"
if [ -x /opt/csw/bin/gdiff ]; then # SUN/OS Solaris
prg=/opt/csw/bin/gdiff
fi
DIFF_PROGRAM=${DIFF_PROGRAM:-$prg}
diff_prg_name=`basename $DIFF_PROGRAM`
Warn ()
{