mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove pragma changer.
This commit is contained in:
parent
9e6356a763
commit
1424beda79
@ -184,8 +184,6 @@ do
|
||||
then
|
||||
echo " - $dir"
|
||||
cd "$dir"
|
||||
# Replace version pragmas
|
||||
find . -name '*.sol' -type f -print0 | xargs -0 sed -i -e 's/pragma solidity [\^0-9\.]*/pragma solidity >=0.0/'
|
||||
compileFull -w *.sol */*.sol
|
||||
cd ..
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user