Unverified Commit 7361ffd2 by Francisco Giordano Committed by GitHub

remove linux-specific mktemp usage (#1571)

parent 73cbad2f
...@@ -7,7 +7,8 @@ set -o errexit ...@@ -7,7 +7,8 @@ set -o errexit
rm -rf build rm -rf build
# Create a temporary directory to place ignored files (e.g. examples). # Create a temporary directory to place ignored files (e.g. examples).
tmp_dir="$(mktemp -dp.)" tmp_dir="ignored_contracts"
mkdir "$tmp_dir"
# Move the ignored files to the temporary directory. # Move the ignored files to the temporary directory.
while IFS="" read -r ignored while IFS="" read -r ignored
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment