From: Michael Prokop Date: Wed, 22 Dec 2021 06:14:01 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/github/pr/12' X-Git-Tag: v0.5.2~1 X-Git-Url: https://git.grml.org/?p=grml-rescueboot.git;a=commitdiff_plain;h=ebb541fd159014290382b8756669c06d61ba768c;hp=443ca4cf0d4bb4f20593c522ae05a83fc98d49ae Merge remote-tracking branch 'origin/github/pr/12' --- diff --git a/update-grml-rescueboot b/update-grml-rescueboot index 0dc97d5..f555034 100755 --- a/update-grml-rescueboot +++ b/update-grml-rescueboot @@ -34,7 +34,7 @@ usage() { echo "Usage: $(basename "$0") [-f] [-a <32|64|96>] [-t ]" } -while getopts ":a::t::f:h" opt ; do +while getopts ":a:t:fh" opt ; do case ${opt} in a) if [ "${OPTARG}" = 32 ] || [ "${OPTARG}" = 64 ] || [ "${OPTARG}" = 96 ] ; then