Remove pragma changer.

This commit is contained in:
chriseth 2018-10-24 14:52:43 +02:00
parent 9e6356a763
commit 1424beda79

View File

@ -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