From 53177767c9d6bdc3724948fbb003dae39fa7f2a4 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 18 Oct 2002 08:32:18 +0000 Subject: [PATCH] Improved error message on failure. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5437 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/lyxpreview2bitmap.sh | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.39.5