From ed489f9d89aca5251ecaefbb02e12c15ff34a34f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 09:59:59 -0400 Subject: [PATCH] use correct git command --- build-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-js.sh b/build-js.sh index 3cd6541..6f01c26 100755 --- a/build-js.sh +++ b/build-js.sh @@ -26,7 +26,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/MathJax.js ] ; then - git submodule --init update . + git submodule update --init fi mini ./contrib/js/contrib/MathJax/MathJax.js $outfile