Skip to content

Commit

Permalink
build_vol_cmake.sh: (fix) -G flag (HDFGroup#54)
Browse files Browse the repository at this point in the history
- Re-introduced the -G flag in the optspec variable which I accidentally removed
  in a previous commit.
  • Loading branch information
jwsblokland authored and mattjala committed Sep 5, 2023
1 parent 1922bc5 commit 754d6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_vol_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ usage()
echo
}

optspec=":hctdmst:H:C:Y:B:P:-"
optspec=":hctdmstG:H:C:Y:B:P:-"
while getopts "$optspec" optchar; do
case "${optchar}" in
h)
Expand Down

0 comments on commit 754d6d7

Please sign in to comment.