1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00

corrected versionEnvs

This commit is contained in:
Stephen Gaito 2019-11-28 10:32:42 +00:00
parent 24631e31ab
commit d640bd83f0

View File

@ -9,7 +9,7 @@ export POPPLER_VERSION=poppler-0.81.0
#export FONTFORGE_VERSION=20190801
export FONTFORGE_VERSION=20170731
if [ -n "$PDF2HTMLEX_BRANCH" ]; then
if [ -z "$PDF2HTMLEX_BRANCH" ]; then
export PDF2HTMLEX_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
fi