Skip to content

Commit

Permalink
Merge pull request #584 from PolymathNetwork/docs-fix
Browse files Browse the repository at this point in the history
[docs] Force overrite existing solc
  • Loading branch information
maxsam4 authored Mar 6, 2019
2 parents 411e874 + 0a029dc commit 3b8c481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ create_docs() {
fi

echo "Fetching solc binary"
rm -f solidity-ubuntu-trusty.zip
curl -L -o solidity-ubuntu-trusty.zip https://github.com/ethereum/solidity/releases/download/v0.4.24/solidity-ubuntu-trusty.zip
unzip solidity-ubuntu-trusty.zip
unzip -o solidity-ubuntu-trusty.zip
CWD=$(pwd)
OLD_SOLC_PATH=$SOLC_PATH
export SOLC_PATH=$CWD/solc
Expand Down

0 comments on commit 3b8c481

Please sign in to comment.