From 0563ee0d7c5bdbabc15625efa650b84cc53b5cfd Mon Sep 17 00:00:00 2001 From: Adam Eivy Date: Wed, 4 Jul 2012 14:57:50 -0700 Subject: [PATCH] removing trailing slash from path directory --homebrew doctor complaint --- .shellpaths | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellpaths b/.shellpaths index f13ef15ff..47538fe0d 100644 --- a/.shellpaths +++ b/.shellpaths @@ -1,5 +1,5 @@ #My Scripts -export PATH=$PATH:./ +export PATH=$PATH:. #export PATH=$PATH:~/.dotfiles/scripts #Brew