From 12b0130420795c2814efcd0f8d36471bc2cd375b Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 21 Sep 2005 18:11:45 +0000 Subject: - quilt/diff.in: Add missing call to print_patch. --- quilt.changes | 5 +++++ quilt/diff.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/quilt.changes b/quilt.changes index 472ee58..e2f9c08 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 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 ;; -- cgit