Merge remote-tracking branch 'origin/github/pr/12'
authorMichael Prokop <mika@grml.org>
Wed, 22 Dec 2021 06:14:01 +0000 (07:14 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 22 Dec 2021 06:14:01 +0000 (07:14 +0100)
update-grml-rescueboot

index 0dc97d5..f555034 100755 (executable)
@@ -34,7 +34,7 @@ usage() {
   echo "Usage: $(basename "$0") [-f] [-a <32|64|96>] [-t <small|full>]"
 }
 
-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