From 07d6bc2cd736c2a1481926bec7b5808d11058578 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 09:59:17 -0400 Subject: [PATCH] update build-js.sh to check for submodule correctly --- build-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-js.sh b/build-js.sh index 044a7e4..3cd6541 100755 --- a/build-js.sh +++ b/build-js.sh @@ -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