Use test -d correctly

This commit is contained in:
Brandon W Maister 2014-09-30 10:17:49 -04:00
commit 15384a8666

View file

@ -3,7 +3,7 @@ _homebrew-installed() {
}
_awscli-homebrew-installed() {
test -d brew --prefix awscli &> /dev/null
test -d "$( brew --prefix awscli )"
}
export AWS_HOME=~/.aws