mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Improved error message on failure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5437 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6be89f23db
commit
53177767c9
@ -64,6 +64,7 @@ BAIL_OUT () {
|
|||||||
# Remove everything except the original .tex file.
|
# Remove everything except the original .tex file.
|
||||||
FILES=`ls ${BASE}* | sed -e "/${BASE}.tex/d"`
|
FILES=`ls ${BASE}* | sed -e "/${BASE}.tex/d"`
|
||||||
rm -f ${FILES} texput.log
|
rm -f ${FILES} texput.log
|
||||||
|
echo "Leaving ${BASE}.tex in ${DIR}"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user