summaryrefslogtreecommitdiffstats
path: root/lib/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:26:26 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:26:26 +0000
commit4819c9d84825b2e7899019f669fe61d82c74fec8 (patch)
treeb194c5da8d0297b86ac7767ad6827840ad5121bb /lib/patchfns.in
parent6b029c93fa2d380c5300931f7b6e20b08c63ab37 (diff)
downloadquilt-4819c9d84825b2e7899019f669fe61d82c74fec8.tar.gz
Prepare for more Autoconf
Diffstat (limited to 'lib/patchfns.in')
-rw-r--r--lib/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patchfns.in b/lib/patchfns.in
index b4123c9..e5be4f5 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -528,7 +528,7 @@ diff_file()
fi
echo Index: $new_hdr
- diff -Nu $DIFF_OPTS $old_file $new_file |
+ @DIFF@ -Nu $DIFF_OPTS $old_file $new_file |
fix_diff_header $old_hdr $new_hdr
}