From 3abbe8eed87f7091a59feedfb846b8b39aa3f3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 May 2017 19:29:58 +0200 Subject: In install script update submodules recursively --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3