aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMax Christian Pohle2018-11-08 08:25:57 +0100
committerMax Christian Pohle2018-11-08 08:25:57 +0100
commit40eca42048f85d361d01842488e1ee62a1adda23 (patch)
tree2978d8c67e6bb5be272e60b5ca603335eaa5181c /install.sh
parent24004031c25e8d71cb0759bd503553fd115560b0 (diff)
downloadvim-40eca42048f85d361d01842488e1ee62a1adda23.tar.bz2
vim-40eca42048f85d361d01842488e1ee62a1adda23.zip
Fixed install script
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 8dd8d7d..2eb2a56 100755
--- a/install.sh
+++ b/install.sh
@@ -9,6 +9,7 @@ pushd .
9cd $THIS_DIR 9cd $THIS_DIR
10 10
11# Fetch dependencies (git submodules)... 11# Fetch dependencies (git submodules)...
12awk '/path = (.*)/{PATH=$3;next} /url = /{URL=$3;next} URL{system("git submodule add " URL " " PATH)}' .gitmodules
12git submodule update --init --remote --progress 13git submodule update --init --remote --progress
13 14
14# compile YouCompleteMe 15# compile YouCompleteMe
..