Add local version of add-fuzzy-diff; tweak gnun-add-fuzzy-diff to use it.
[enc.git] / gnun-add-fuzzy-diff
index 212c195fe4b311453041aedc03ddd3e52e1820f3..83ae35e446444ec9d00e296ce6505eecfc0368bc 100755 (executable)
@@ -53,6 +53,7 @@ function single_file_needed () {
   exit 1
 }
 
+ADD_FUZZY_DIFF=./add-fuzzy-diff
 in_place=
 file=
 
@@ -100,6 +101,6 @@ if test $# -gt 0; then
   single_file_needed
 fi
 
-/usr/local/libexec/gnun/add-fuzzy-diff $in_place "$file"
+$ADD_FUZZY_DIFF $in_place "$file"
 
 exit $?