Skip to content

Commit 83e9f4e

Browse files
committed
Merge pull request spf13#78 from theycallmeswift/3.0
Point bootstrap.sh to the correct interpreter.
2 parents 3b41f70 + 0408329 commit 83e9f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env sh
1+
#!/usr/bin/env sh
22

33
endpath="$HOME/.spf13-vim-3"
44

@@ -29,4 +29,4 @@ echo "Installing Vundle"
2929
git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
3030

3131
echo "installing plugins using Vundle"
32-
vim +BundleInstall! +BundleClean +q
32+
vim +BundleInstall! +BundleClean +q

0 commit comments

Comments
 (0)