Commit dab47af5 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

pkg-download: fix arguments to hash checking script



The argument are correctly used, but incorrectly documented.
Inverse the comments to match the actual usage.

Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c83fa6b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}"