Print the patch file name in the warning message for missing patch files.

This commit is contained in:
Dag-Erling Smørgrav 2004-08-19 07:31:10 +00:00
parent 6734c49167
commit 6e3c9eb30d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134005

View File

@ -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");
}
}