From 5a35034d1452a8ce88edaa2d4efa4148388da38a Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Wed, 5 Oct 2011 12:38:58 -0300 Subject: [PATCH] Fixed odd bug where it installed in $HOME/~ in zsh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index afa9956..2eff863 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/env sh -endpath='~/.spf13-vim' +endpath="$HOME/.spf13-vim" warn() { echo "$1" >&2