From dab47af5d9504b325d791bbda48fa9249a139f90 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 7 Dec 2014 12:02:34 +0100 Subject: [PATCH] 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: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- support/download/check-hash | 4 ++-- 1 file 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}" -- 2.30.2