Print the patch file name in the warning message for missing patch files.
This commit is contained in:
parent
6734c49167
commit
6e3c9eb30d
@ -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…
x
Reference in New Issue
Block a user