diff options
Diffstat (limited to 'support/download/check-hash')
-rwxr-xr-x | support/download/check-hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/download/check-hash b/support/download/check-hash index 067e7a2395..13e361afca 100755 --- a/support/download/check-hash +++ b/support/download/check-hash @@ -3,8 +3,8 @@ set -e # Helper to check a file matches its known hash # Call it with: -# $1: the full path to the file to check -# $2: the path of the file containing all the the expected hashes +# $1: the path of the file containing all the the expected hashes +# $2: the full path to the file to check h_file="${1}" file="${2}" |