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
|
then
|
||||||
echo " - $dir"
|
echo " - $dir"
|
||||||
cd "$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
|
compileFull -w *.sol */*.sol
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user