Merge pull request #2322 from ethereum/userealhash

Use actual hash.
This commit is contained in:
Alex Beregszaszi 2017-05-29 20:04:45 +01:00 committed by GitHub
commit 0066a08aa8

View File

@ -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"