Skip to content

Commit

Permalink
Restore missing indentation in partial_build
Browse files Browse the repository at this point in the history
When partial_build was reindented, the indentation for the multiline
Build_prg assignment was not included.
  • Loading branch information
WalterKolczynski-NOAA committed May 17, 2022
1 parent e661b57 commit b996e93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sorc/partial_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# define the array of the name of build program
#
declare -a Build_prg=("Build_ufs_model" \
"Build_ww3_prepost" \
"Build_gsi" \
"Build_ww3_prepost" \
"Build_reg2grb2" \
"Build_gldas" \
"Build_ncep_post" \
"Build_ufs_utils" \
"Build_gfs_wafs" \
"Build_workflow_utils" \
"Build_gfs_util")
"Build_ww3_prepost" \
"Build_gsi" \
"Build_ww3_prepost" \
"Build_reg2grb2" \
"Build_gldas" \
"Build_ncep_post" \
"Build_ufs_utils" \
"Build_gfs_wafs" \
"Build_workflow_utils" \
"Build_gfs_util")

#
# function parse_cfg: read config file and retrieve the values
Expand Down

0 comments on commit b996e93

Please sign in to comment.