mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Add the die-message to the diestack() param.
Spotted by Scott.
This commit is contained in:
parent
d5ec6356b8
commit
6720a8ca7c
@ -255,8 +255,7 @@ sub interpretedCopy($$$$)
|
||||
else {
|
||||
if (! -e "$f") {
|
||||
# Non relative (e.g. with absolute path) file should exist
|
||||
print "File $f not found\n";
|
||||
diestack("");
|
||||
diestack("File \"$f\" not found, while parsing \"$source\"");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user