From: Angus Leeming Date: Fri, 18 Oct 2002 08:32:18 +0000 (+0000) Subject: Improved error message on failure. X-Git-Tag: 1.6.10~18151 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=53177767c9d6bdc3724948fbb003dae39fa7f2a4;p=lyx.git Improved error message on failure. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5437 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/scripts/lyxpreview2bitmap.sh b/lib/scripts/lyxpreview2bitmap.sh index 6c99c052f6..6e338fe33d 100644 --- a/lib/scripts/lyxpreview2bitmap.sh +++ b/lib/scripts/lyxpreview2bitmap.sh @@ -64,6 +64,7 @@ BAIL_OUT () { # Remove everything except the original .tex file. FILES=`ls ${BASE}* | sed -e "/${BASE}.tex/d"` rm -f ${FILES} texput.log + echo "Leaving ${BASE}.tex in ${DIR}" exit 1 }