X-Git-Url: http://git.grml.org/?p=grml-rescueboot.git;a=blobdiff_plain;f=update-grml-rescueboot;h=0dc97d5bd1b4fb23a665879e0bd5478e6e9dadf9;hp=89200c35c12c72b2f2ac552d609cf6fb7df6ab0c;hb=refs%2Fheads%2Fmaster;hpb=c2292f50f7d0fab1e88506fc313dff2f79ff038f diff --git a/update-grml-rescueboot b/update-grml-rescueboot index 89200c3..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 @@ -150,4 +150,4 @@ fi echo "Invoking 'update-grub' now." update-grub -echo "Sucessfully finished grml-rescueboot integration." +echo "Successfully finished grml-rescueboot integration."