diff options
author | Max Christian Pohle | 2018-11-08 08:25:57 +0100 |
---|---|---|
committer | Max Christian Pohle | 2018-11-08 08:25:57 +0100 |
commit | 40eca42048f85d361d01842488e1ee62a1adda23 (patch) | |
tree | 2978d8c67e6bb5be272e60b5ca603335eaa5181c | |
parent | 24004031c25e8d71cb0759bd503553fd115560b0 (diff) | |
download | vim-40eca42048f85d361d01842488e1ee62a1adda23.tar.bz2 vim-40eca42048f85d361d01842488e1ee62a1adda23.zip |
Fixed install script
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ pushd . | |||
9 | cd $THIS_DIR | 9 | cd $THIS_DIR |
10 | 10 | ||
11 | # Fetch dependencies (git submodules)... | 11 | # Fetch dependencies (git submodules)... |
12 | awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules | ||
12 | git submodule update --init --remote --progress | 13 | git submodule update --init --remote --progress |
13 | 14 | ||
14 | # compile YouCompleteMe | 15 | # compile YouCompleteMe |