summaryrefslogtreecommitdiff
path: root/textproc/wdiff/files/patch-ac
blob: 4e309c03fc931a61bf074532ae899ffa8702bcef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- wdiff.c.orig	Sun Nov  6 02:57:23 1994
+++ wdiff.c	Wed Aug  1 16:48:38 2001
@@ -892,8 +892,9 @@
 {
   /* Launch the diff program.  */
 
+  unsetenv ("DIFF_OPTIONS");
   if (ignore_case)
-    input_file = readpipe (DIFF_PROGRAM, "-c", left_side->temp_name,
+    input_file = readpipe (DIFF_PROGRAM, "-i", left_side->temp_name,
 			   right_side->temp_name, NULL);
   else
     input_file = readpipe (DIFF_PROGRAM, left_side->temp_name,