Skip to content
Snippets Groups Projects
Commit 0307bd09 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix option parsing.

parent 807f5ec0
Branches
Tags
1 merge request!67Resolve "Rename Plot profile to be consistent with naming"
Pipeline #6390 canceled with stages
in 27 minutes and 10 seconds
......@@ -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;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment