]> git.lyx.org Git - features.git/commitdiff
Improved error message on failure.
authorAngus Leeming <leeming@lyx.org>
Fri, 18 Oct 2002 08:32:18 +0000 (08:32 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 18 Oct 2002 08:32:18 +0000 (08:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5437 a592a061-630c-0410-9148-cb99ea01b6c8

lib/scripts/lyxpreview2bitmap.sh

index 6c99c052f640cb11da4e2f2d1ed9bb0db8241a11..6e338fe33d1ea89b942a7f3e33945c903dd0392a 100644 (file)
@@ -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
 }