mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes spacing around condition.
This commit is contained in:
parent
c37397c178
commit
acf71db9f6
@ -96,7 +96,7 @@ case $(uname -s) in
|
|||||||
brew update
|
brew update
|
||||||
brew install boost
|
brew install boost
|
||||||
brew install cmake
|
brew install cmake
|
||||||
if ["$CI" = true]; then
|
if [ "$CI" = true ]; then
|
||||||
brew upgrade cmake
|
brew upgrade cmake
|
||||||
brew tap ethereum/ethereum
|
brew tap ethereum/ethereum
|
||||||
brew install cpp-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 "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."
|
echo "Drop us a message at https://gitter.im/ethereum/solidity."
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user