[DRE-commits] [diaspora-installer] 08/09: sha256 -> sha256sum
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Apr 27 09:13:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit 67c7596b19e88d44d11c680aa6d49c9e7829074c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Apr 27 12:53:09 2017 +0530
sha256 -> sha256sum
---
diaspora-download.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diaspora-download.sh b/diaspora-download.sh
index 7b6322d..fe59c61 100755
--- a/diaspora-download.sh
+++ b/diaspora-download.sh
@@ -27,7 +27,7 @@ then
fi
echo "Checking integrity of download..."
-sha256 -c ${diaspora_sha256sums}
+sha256sum -c ${diaspora_sha256sums}
echo "Extracting files..."
tar -C ${diaspora_cache} -zxvf ${diaspora_cache}/diaspora-${diaspora_version}.tar.gz >/dev/null
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list