From 00b3a183e709fd5bd9a226ae298bf058378abde7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 11 Jun 2012 15:19:43 +1200 Subject: Misc syntax/grammar corrections --- bash/bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 85ef5e21..6c0b3cb0 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,7 +1,7 @@ # Source .bashrc if it exists. -[[ -e "$HOME/.bashrc" ]] && source "$HOME/.bashrc" +[[ -e "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc" -# Add various paths if they exit. +# Add various paths if they exist. DIRS="${HOME}/bin /usr/local/apache/bin /usr/local/mysql/bin -- cgit v1.2.3