From a90ad4b13467ba61930e5396e7e9b21f0d38ab29 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 16 Jul 2014 08:27:27 -0400 Subject: [PATCH] Call my version of cwdiff. --- odtdiff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odtdiff b/odtdiff index 39a5d23..26d373e 100755 --- a/odtdiff +++ b/odtdiff @@ -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 () {