summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-10-27 14:15:26 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-10-27 14:15:26 +0000
commit2dc3f2769fe0c5bfb0a03451778991bc43cdbdb9 (patch)
tree2d79dce8af810cfd42d56b36edeaa91bbe8866fc /scripts
parent607a8ac98389317a08b2a09535d402e6d1606351 (diff)
downloadquilt-2dc3f2769fe0c5bfb0a03451778991bc43cdbdb9.tar.gz
Fix bug in first_modified_by function (which broke quilt diff -c).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 2b40830..2700614 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -635,6 +635,7 @@ first_modified_by()
if [ -f ".pc/$patch/$file" ]
then
echo $patch
+ return 0
fi
done
return 1