Archived
1
0

update build-js.sh to check for submodule correctly

This commit is contained in:
Jeff Becker 2016-04-30 09:59:17 -04:00
parent cdcd0ce68d
commit 07d6bc2cd7
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -25,7 +25,7 @@ echo -e "//For source code and license information please check https://github.c
mini ./contrib/js/main.js_ $outfile
if [ ! -e ./contrib/js/contrib/MathJax/ ] ; then
if [ ! -e ./contrib/js/contrib/MathJax/MathJax.js ] ; then
git submodule --init update .
fi
mini ./contrib/js/contrib/MathJax/MathJax.js $outfile