From 33ffd520c887c6ef5c3fa5cce119c997c18eed4e Mon Sep 17 00:00:00 2001 From: Brandi Cantarel <brandi.cantarel@utsouthwestern.edu> Date: Mon, 13 Apr 2020 16:03:28 -0500 Subject: [PATCH] fix missing -n option --- variants/msisensor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/msisensor.sh b/variants/msisensor.sh index ef226ca..eba49f7 100755 --- a/variants/msisensor.sh +++ b/variants/msisensor.sh @@ -9,7 +9,7 @@ usage() { exit 1 } OPTIND=1 # Reset OPTIND -while getopts :r:l:b:p:h opt +while getopts :r:l:n:b:p:h opt do case $opt in r) index_path=$OPTARG;; -- GitLab