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

called a former mktemp that no longer exists in libbfa

parent eff74bad
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ var pubcontract = mycontract.at(address) ...@@ -33,7 +33,7 @@ var pubcontract = mycontract.at(address)
console.log( pubcontract.address ) console.log( pubcontract.address )
EOT EOT
echo '*** Creating contract. This will take at least 16 seconds.' echo '*** Creating contract. This will take at least 16 seconds.'
outfile=$( bfamktemp ) outfile=$( mktemp )
cleanup "$outfile" cleanup "$outfile"
geth_exec_js $js > $outfile geth_exec_js $js > $outfile
if [ ` wc -l < $outfile ` = 2 -a `tail -1 < $outfile` = "true" ] if [ ` wc -l < $outfile ` = 2 -a `tail -1 < $outfile` = "true" ]
......
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