]> git.ipfire.org Git - thirdparty/openwrt.git/commit
scripts/mkits.sh: Fix the hash algorithm paramter
authorYonghyu Ban <yonghyu@empo.im>
Tue, 6 Jul 2021 07:13:59 +0000 (16:13 +0900)
committermaurerr <mariusd84@gmail.com>
Wed, 1 Sep 2021 08:08:19 +0000 (08:08 +0000)
commit8753bfb71cf0ecfd422835aea19c1e838a67bdc1
treeba367c05cf80c9864d9426991d7dff2b7c366144
parent1e531518d00fc07f6400e57156dac036890131d1
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>
Signed-off-by: maurerr <mariusd84@gmail.com>
scripts/mkits.sh