Small fix to getting current working dir

This commit is contained in:
Ian 2012-03-28 23:41:35 -04:00
parent 2baf30ab91
commit 8f0f469d75
1 changed files with 1 additions and 1 deletions

2
vim-sync-append.sh Normal file → Executable file
View File

@ -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