]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Accept -h as an alias for -?
authorAntti Kantee <pooka@iki.fi>
Sun, 4 Oct 2015 13:48:22 +0000 (13:48 +0000)
committerAntti Kantee <pooka@iki.fi>
Sun, 4 Oct 2015 13:48:22 +0000 (13:48 +0000)
Was missing from getopts param

build-rr.sh

index 08a597db50c301fee88a310781698afdb8a8d4be..761f4a60fe667dcf2a67c5b7933ab78035268183 100755 (executable)
@@ -77,7 +77,7 @@ parseargs ()
 {
 
        orignargs=$#
-       while getopts '?ko:qs:' opt; do
+       while getopts '?hko:qs:' opt; do
                case "$opt" in
                'k')
                        KERNONLY=true