From 40eca42048f85d361d01842488e1ee62a1adda23 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 8 Nov 2018 08:25:57 +0100 Subject: Fixed install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8dd8d7d..2eb2a56 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,7 @@ pushd . cd $THIS_DIR # Fetch dependencies (git submodules)... +awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules git submodule update --init --remote --progress # compile YouCompleteMe -- cgit v1.2.3