summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-21 18:11:45 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-21 18:11:45 +0000
commit12b0130420795c2814efcd0f8d36471bc2cd375b (patch)
tree10dbf1bc3b17c08380b2c846771df385e32f5d02
parent40e41fc6675c87eff274cb49c5e517ce24815a3c (diff)
downloadquilt-12b0130420795c2814efcd0f8d36471bc2cd375b.tar.gz
- quilt/diff.in: Add missing call to print_patch.
-rw-r--r--quilt.changes5
-rw-r--r--quilt/diff.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 472ee58..e2f9c08 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Sep 21 20:11:06 CEST 2005 - khali@linux-fr.org
+
+- quilt/diff.in: Add missing call to print_patch.
+
+-------------------------------------------------------------------
Tue Sep 20 19:57:43 CEST 2005 - khali@linux-fr.org
- Makefile.in: Fix compat/tail symlink creation. Fix variable
diff --git a/quilt/diff.in b/quilt/diff.in
index bf6a7c4..9e575d7 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -157,7 +157,8 @@ do
-P)
if ! last_patch=$(find_patch $2)
then
- printf $"Patch %s is not in series\n" "$2" >&2
+ printf $"Patch %s is not in series\n" \
+ "$(print_patch $2)" >&2
exit 1
fi
shift 2 ;;