scripts/mkits.sh: Fix the hash algorithm paramter
authorYonghyu Ban <yonghyu@empo.im>
Tue, 6 Jul 2021 07:13:59 +0000 (16:13 +0900)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 18 Jul 2021 18:37:30 +0000 (19:37 +0100)
commit7270d768da6a30d6d47b33a6365d6fb5fda8d745
treeba367c05cf80c9864d9426991d7dff2b7c366144
parentcda668e0468a6e233f67e5fb895b02bf2d631a0b
scripts/mkits.sh: Fix the hash algorithm paramter

The mkits.sh script help message states hash algorithm can be
specified using the -H command-line option, but it does not work
currently due to a bug in the script.

This patch fixes this problem by changing the option from -S to
-H and specify getopts parameter after it

Signed-off-by: Yonghyu Ban <yonghyu@empo.im>
scripts/mkits.sh