Don't print ugly message when testing presence of brew.

This commit is contained in:
Ned Williamson 2016-02-03 19:59:14 -05:00
parent 7618c1a4d2
commit 7de8a07db4

View File

@ -46,7 +46,7 @@ if [[ "$unamestr" == 'Linux' ]]; then
cd ../
fi
elif [[ "$unamestr" == 'Darwin' ]]; then
if [ $(brew > /dev/null; echo $?) == 1 ]; then
if [ $(which brew) ]; then
echo "Installing OS X dependencies"
brew update
brew install python capstone