From 1dd1add7a7ac06c103a0c302c45bdabdc5becbb4 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Mon, 1 Nov 2010 20:57:35 -0500 Subject: [PATCH] Changed "~" to "$HOME" for JEKYLL_LOCAL_ROOT variable. Sometimes ~ works, sometimes not. I know for a fact that $HOME does though. --- template/bash_profile.template.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 31e6645..a98e65c 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -28,7 +28,7 @@ unset MAILCHECK # Change this to the path of your local jekyll root to use the jekyll aliases -export JEKYLL_LOCAL_ROOT="~/Sites/jekyllsite" +export JEKYLL_LOCAL_ROOT="$HOME/Sites/jekyllsite" # And change this to the remote server and root -- 2.17.1