1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

corrected produceHtmlForBrowserTests

This commit is contained in:
Stephen Gaito 2020-06-17 14:14:55 +01:00
parent eb63aa06a4
commit 27df8a4262

View File

@ -69,6 +69,10 @@ if test -z "$PDF2HTMLEX_PREDIR" ; then
export PDF2HTMLEX_PREDIR=/tmp/pdf2htmlEX/pre
fi
if test -z "$PDF2HTMLEX_TEST_DIR" ; then
export PDF2HTMLEX_TEST_DIR=.
fi
# clear out the TMPDIR
#
rm -rf $PDF2HTMLEX_TMPDIR