From 1fa6e99bc9056d7c135d19c883bda2e49dd37103 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Fri, 4 May 2018 22:59:27 +0200 Subject: [PATCH] Update a comment --- hash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hash.sh b/hash.sh index a867704..e42edcf 100755 --- a/hash.sh +++ b/hash.sh @@ -4,8 +4,8 @@ command -v jq >/dev/null 2>&1 || { echo >&2 "We require jq for this script to run, but it's not installed. Aborting."; exit 1; } command -v sha1sum >/dev/null 2>&1 || { echo >&2 "We require sha1sum for this script to run, but it's not installed. Aborting."; exit 1; } -# quick checksum generator for all the Bibles used in getBible.net -echo -n "[vdm.io] -- Building checksum and info file for all JCB (zip) Packages found in this repository......" +# quick checksum generator for all zip packages in this repo root folder +echo -n "[vdm.io] -- Building checksum and info file for all zip Packages found in this repository......" # setup: positional arguments to pass in literal variables, query with code jq_args=( )