Skip to content

Commit

Permalink
Fix 'DEBUG' option in build_ufs.sh (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtoyNOAA authored Dec 16, 2022
1 parent 98545da commit 9be5c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/build_ufs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source "${cwd}/ufs_model.fd/tests/module-setup.sh"

while getopts ":da:v" option; do
case "${option}" in
d) BUILD_TYPE="Debug";;
d) BUILD_TYPE="DEBUG";;
a) APP="${OPTARG}" ;;
v) export BUILD_VERBOSE="YES";;
:)
Expand Down

0 comments on commit 9be5c41

Please sign in to comment.