Print the patch file name in the warning message for missing patch files.
This commit is contained in:
parent
8f59c24c11
commit
736d98ed04
@ -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