Skip to content
Snippets Groups Projects
Commit 8eff12e3 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

No se puede tener variable de entorno con "-". Ahora usamos "_"

parent b249af0f
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ do ...@@ -16,7 +16,7 @@ do
continue continue
fi fi
# we found another one, yay! # we found another one, yay!
evmvers=$( grep '^chain-evm-version=' ${BFAHOME:-/home/bfa/bfa}/lib/versions | head -1 ) evmvers=$( grep '^chain_evm_version=' ${BFAHOME:-/home/bfa/bfa}/lib/versions | head -1 )
exec ${checkfile} ${evmvers/*=/--evm-version=} --combined-json abi,asm,ast,bin,bin-runtime,compact-format,devdoc,generated-sources,generated-sources-runtime,hashes,interface,metadata,opcodes,srcmap,srcmap-runtime,storage-layout,userdoc "$@" exec ${checkfile} ${evmvers/*=/--evm-version=} --combined-json abi,asm,ast,bin,bin-runtime,compact-format,devdoc,generated-sources,generated-sources-runtime,hashes,interface,metadata,opcodes,srcmap,srcmap-runtime,storage-layout,userdoc "$@"
exit 1 exit 1
fi fi
......
geth_tag=v1.8.27 geth_tag=v1.8.27
solidity_tag=v0.5.0 solidity_tag=v0.5.0
chain-evm-version=byzantium chain_evm_version=byzantium
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment