Call my version of cwdiff.
This commit is contained in:
parent
091408e1c7
commit
a90ad4b134
1 changed files with 2 additions and 1 deletions
3
odtdiff
3
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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue