aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ce38eca..3e2988e 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
cd `dirname $0`
-git submodule update --init || (echo "Submodule update failed!"; exit 5)
+git submodule update --init --recursive || (echo "Submodule update failed!"; exit 5)
# Source inst and diff function
. ./utils/inst