From 736d98ed0430072fbfd210a5a383cd97aeb6cb94 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 19 Aug 2004 07:31:10 +0000 Subject: Print the patch file name in the warning message for missing patch files. --- tools/tools/tinderbox/tinderbox.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl index 6910f995..cf972ba 100644 --- a/tools/tools/tinderbox/tinderbox.pl +++ b/tools/tools/tinderbox/tinderbox.pl @@ -501,7 +501,7 @@ MAIN:{ spawn('/usr/bin/patch', "-f", "-s", "-i$patch") or error("failed to apply patch to source tree"); } else { - warning("specified patch file does not exist"); + warning("$patch does not exist"); } } -- cgit v1.1