Skip to content

Commit

Permalink
Use actual hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed May 29, 2017
1 parent 002df12 commit 6d8afab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bytecodecompare/storebytecode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ EOF
git config user.email "[email protected]"
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"
Expand Down

0 comments on commit 6d8afab

Please sign in to comment.