diff options
author | des <des@FreeBSD.org> | 2004-08-19 07:31:10 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-08-19 07:31:10 +0000 |
commit | 736d98ed0430072fbfd210a5a383cd97aeb6cb94 (patch) | |
tree | cb49d8510aeca14273cc4b3964b8684f135352ff /tools | |
parent | 8f59c24c1153f3194a22f52be893a7944c9dd89c (diff) | |
download | FreeBSD-src-736d98ed0430072fbfd210a5a383cd97aeb6cb94.zip FreeBSD-src-736d98ed0430072fbfd210a5a383cd97aeb6cb94.tar.gz |
Print the patch file name in the warning message for missing patch files.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/tinderbox.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |