summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-02 20:59:20 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-02 20:59:20 +0000
commitb2dc461aac98b94cd0bd9b859bf58dba7e0ef008 (patch)
treeb2f895c99235f79cad88128164a741cbe4bf3059
parent520289ad14262c163ebd50c38a730a0fdb8b604d (diff)
downloadquilt-b2dc461aac98b94cd0bd9b859bf58dba7e0ef008.tar.gz
Ignore exit status of --diff=... utility in quilt diff
-rw-r--r--quilt/diff.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt/diff.in b/quilt/diff.in
index e764a5c..0fda3f3 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -66,6 +66,7 @@ do_diff()
if ! @DIFF@ -q $old_file $new_file >/dev/null
then
$opt_diff $old_file $new_file
+ true
fi
else
diff_file $file $suffix $old_file $new_file