mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
storebytecode.sh: Add a prefix to temporary dir name to make it easy to recognize
This commit is contained in:
parent
9e117bd93b
commit
7e6241622e
@ -37,7 +37,7 @@ REPO_ROOT=$(pwd) # make it absolute
|
|||||||
BUILD_DIR="${1:-${REPO_ROOT}/build}"
|
BUILD_DIR="${1:-${REPO_ROOT}/build}"
|
||||||
|
|
||||||
echo "Compiling all test contracts into bytecode..."
|
echo "Compiling all test contracts into bytecode..."
|
||||||
TMPDIR=$(mktemp -d)
|
TMPDIR=$(mktemp -d -t storebytecode_XXXXXX)
|
||||||
(
|
(
|
||||||
cd "$TMPDIR"
|
cd "$TMPDIR"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user