From 8f0f469d759c823f3c12a6ae98f8936cd7c181ee Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 28 Mar 2012 23:41:35 -0400 Subject: [PATCH] Small fix to getting current working dir --- vim-sync-append.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 vim-sync-append.sh diff --git a/vim-sync-append.sh b/vim-sync-append.sh old mode 100644 new mode 100755 index 269d966..d4df9d4 --- a/vim-sync-append.sh +++ b/vim-sync-append.sh @@ -1,7 +1,7 @@ #! /bin/bash # Get current directory for future use in links -VIM_SYNC_DIR=${pwd} +VIM_SYNC_DIR=${PWD} # If a .vimrc_sync doesn't exist, link it if [[ ! ( -f ~/.vimrc_sync ) ]]; then