Fixed odd bug where it installed in $HOME/~ in zsh

This commit is contained in:
Steve Francia 2011-10-05 12:38:58 -03:00
parent ebdeae8716
commit 5a35034d14

View File

@ -1,6 +1,6 @@
#!/bin/env sh
endpath='~/.spf13-vim'
endpath="$HOME/.spf13-vim"
warn() {
echo "$1" >&2