Skip to content

Commit

Permalink
move up the f) option
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqing-noaa committed Apr 23, 2024
1 parent ed8bdf6 commit 3d0c89a
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 @@ -12,10 +12,10 @@ while getopts ":da:fj:vw" option; do
case "${option}" in
d) BUILD_TYPE="Debug";;
a) APP="${OPTARG}";;
f) FASTER="ON";;
j) BUILD_JOBS="${OPTARG}";;
v) export BUILD_VERBOSE="YES";;
w) PDLIB="OFF";;
f) FASTER="ON";;
:)
echo "[${BASH_SOURCE[0]}]: ${option} requires an argument"
;;
Expand Down

0 comments on commit 3d0c89a

Please sign in to comment.