From 4e02fceceaafa709a8a79641d437ae8ebc2fd555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 3 Aug 2018 10:38:54 +0200 Subject: Revert "Recursive update is not required" This reverts commit a94087cf26f13430b15146e950b5af526813d17e. --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index facc8c3..1433897 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