diff options
author | chriseth <chris@ethereum.org> | 2017-05-29 21:53:15 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-05-29 21:53:15 +0800 |
commit | 6d8afab9287df3d4dbb2b4c012cf4218b0fab4f3 (patch) | |
tree | 04f595b1d2b0b6729b7a1d31c0fa8da1c8050c26 /scripts/bytecodecompare/storebytecode.sh | |
parent | 002df12d13fb423be641878a20b73bd10f90a6df (diff) | |
download | dexon-solidity-6d8afab9287df3d4dbb2b4c012cf4218b0fab4f3.tar.gz dexon-solidity-6d8afab9287df3d4dbb2b4c012cf4218b0fab4f3.tar.zst dexon-solidity-6d8afab9287df3d4dbb2b4c012cf4218b0fab4f3.zip |
Use actual hash.
Diffstat (limited to 'scripts/bytecodecompare/storebytecode.sh')
-rwxr-xr-x | scripts/bytecodecompare/storebytecode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bytecodecompare/storebytecode.sh b/scripts/bytecodecompare/storebytecode.sh index 653c86ba..564de3f8 100755 --- a/scripts/bytecodecompare/storebytecode.sh +++ b/scripts/bytecodecompare/storebytecode.sh @@ -93,7 +93,7 @@ EOF git config user.email "chris@ethereum.org" git clean -f -d -x - DIRNAME=$(cd "$REPO_ROOT" && git show -s --format="%cd-H" --date=short) + DIRNAME=$(cd "$REPO_ROOT" && git show -s --format="%cd-%H" --date=short) mkdir -p "$DIRNAME" REPORT="$DIRNAME/$ZIP_SUFFIX.txt" cp ../report.txt "$REPORT" |