From 5afa38e13b95e40ff8abe645e580cd13aa07d8ce Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Jun 2013 10:37:57 -0400 Subject: [PATCH] scripts: SHASUMs should include full version --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 5d7cb6ed5..879259552 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -88,7 +88,7 @@ waitAll # Make the checksums pushd ./pkg/${VERSIONDIR}/dist -shasum -a256 * > ./${VERSION}_SHA256SUMS +shasum -a256 * > ./${VERSIONDIR}_SHA256SUMS popd exit 0