Merge pull request #1808 from ethereum/chriseth-patch-1

Fixes spacing around condition.
This commit is contained in:
Alex Beregszaszi 2017-03-20 12:00:17 +00:00 committed by GitHub
commit 57bc763e83

View File

@ -96,7 +96,7 @@ case $(uname -s) in
brew update
brew install boost
brew install cmake
if ["$CI" = true]; then
if [ "$CI" = true ]; then
brew upgrade cmake
brew tap ethereum/ethereum
brew install cpp-ethereum
@ -394,4 +394,4 @@ case $(uname -s) in
echo "If you would like to get your operating system working, that would be fantastic."
echo "Drop us a message at https://gitter.im/ethereum/solidity."
;;
esac
esac