Skip to content

Commit

Permalink
Don't read from stdin when bootstrapping.
Browse files Browse the repository at this point in the history
I'm not sure why this was put in, but it's unnecessary and actually broke the
install process in my case.
  • Loading branch information
johntyree committed Nov 23, 2012
1 parent 010d213 commit 22798b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ if [ ! -e $HOME/.vim/bundle/vundle ]; then
fi

echo "update/install plugins using Vundle"
vim -u $endpath/.vimrc.bundles - +BundleInstall! +BundleClean +qall
vim -u $endpath/.vimrc.bundles +BundleInstall! +BundleClean +qall

0 comments on commit 22798b6

Please sign in to comment.