mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
Print the patch file name in the warning message for missing patch files.
This commit is contained in:
parent
6734c49167
commit
6e3c9eb30d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134005
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user