From dac6736eff1454d4950d8d0f5112aae4c2fa9356 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 2 Apr 2018 13:44:17 -0400 Subject: [PATCH] Update submodule's url in compile (#4204) People who had checkout out the code earlier will find this script not working. (jsoncpp commit hash not found). --- compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.sh b/compile.sh index 8c0380da5..5adc5a532 100755 --- a/compile.sh +++ b/compile.sh @@ -470,6 +470,7 @@ fi # Git: Submodules. echo " --- Updating submodules..." +git submodule sync git submodule update --init