Skip to content

Commit

Permalink
Fix spacing in transform output
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Sep 20, 2024
1 parent cca15d4 commit 4cc7933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ do
tar czf "cbmc@${VERSION}-${VERSION}.${TAG}.bottle.tar.gz" cbmc@"${VERSION}"
rm -rf cbmc@"${VERSION}"
SHA=$(shasum -a 256 "cbmc@${VERSION}-${VERSION}.${TAG}.bottle.tar.gz")
TAG_SPACED=$(printf "%-60s" " sha256 cellar: :any_skip_relocation, ${TAG}:")
TAG_SPACED=$(printf "%-60s" " sha256 cellar: :any_skip_relocation, ${TAG}:")
LINE="${TAG_SPACED}\"${SHA%%[[:space:]]*}\""
echo "${LINE}"
done
Expand Down

0 comments on commit 4cc7933

Please sign in to comment.