Updated the update script to try and hack together a fix for the

submodule fun
This commit is contained in:
Kevin 2014-04-04 22:27:30 -04:00
parent a388b05ce7
commit bd9c27140d

4
update
View file

@ -5,6 +5,10 @@ cd "${0%/*}"
git pull origin
git submodule update --init --recursive
if [ $(cat .git/modules/vim/bundle/vim-coloresque/HEAD | grep -c 0c21b1469993e610600e88e734ffe90b9c10a514) = 1 ]; then
git checkout -- vim/bundle/vim-coloresque
git rm --cached vim/bundle/vim-coloresque
fi
[[ -f .gitmodules ]] && for each in vim/bundle/*; do
if [ -d "$each" ]; then