From 0307bd09e2730bd424a5c03912e1b565268a3cfa Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Tue, 24 Mar 2020 07:08:16 -0500 Subject: [PATCH] Fix option parsing. --- workflow/scripts/plot_profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/plot_profile.sh b/workflow/scripts/plot_profile.sh index caa7056..b31596a 100755 --- a/workflow/scripts/plot_profile.sh +++ b/workflow/scripts/plot_profile.sh @@ -69,7 +69,7 @@ run_main() { # Parsing options OPTIND=1 # Reset OPTIND - while getopts :g:h opt + while getopts :gh opt do case $opt in g) gtf=$OPTARG;; -- GitLab