Skip to content

Commit

Permalink
Update sorc/build_all.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
guoqing-noaa and WalterKolczynski-NOAA authored Apr 23, 2024
1 parent a14547d commit ed8bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OPTIND=1
while getopts ":a:dfghj:kuvw" option; do
case "${option}" in
a) _build_ufs_opt+="-a ${OPTARG} ";;
f) _build_ufs_opt+="-j ";;
f) _build_ufs_opt+="-f ";;
d) _build_debug="-d" ;;
g) _build_gsi="YES" ;;
h) _usage;;
Expand Down

0 comments on commit ed8bdf6

Please sign in to comment.