From 3e4e96b82f0ceee193089dbca17496c8323f1c7e Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Tue, 31 Jul 2018 11:03:32 -0300 Subject: [PATCH] called a former mktemp that no longer exists in libbfa --- bin/create.contract | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create.contract b/bin/create.contract index d3721cf..e75d2f3 100755 --- a/bin/create.contract +++ b/bin/create.contract @@ -33,7 +33,7 @@ var pubcontract = mycontract.at(address) console.log( pubcontract.address ) EOT echo '*** Creating contract. This will take at least 16 seconds.' - outfile=$( bfamktemp ) + outfile=$( mktemp ) cleanup "$outfile" geth_exec_js $js > $outfile if [ ` wc -l < $outfile ` = 2 -a `tail -1 < $outfile` = "true" ] -- GitLab