Skip to content

Commit

Permalink
Address shellcheck warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 21, 2023
1 parent e817c85 commit 6faca55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jobs/rocoto/anal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
${HOMEgfs}/jobs/JGLOBAL_ATMOS_ANALYSIS
"${HOMEgfs}/jobs/JGLOBAL_ATMOS_ANALYSIS"
status=$?


exit ${status}
exit "${status}"
4 changes: 2 additions & 2 deletions jobs/rocoto/eobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
${HOMEgfs}/jobs/JGDAS_ENKF_SELECT_OBS
"${HOMEgfs}/jobs/JGDAS_ENKF_SELECT_OBS"
status=$?


exit ${status}
exit "${status}"
4 changes: 2 additions & 2 deletions jobs/rocoto/eupd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export jobid="${job}.$$"

###############################################################
# Execute the JJOB
${HOMEgfs}/jobs/JGDAS_ENKF_UPDATE
"${HOMEgfs}/jobs/JGDAS_ENKF_UPDATE"
status=$?


exit ${status}
exit "${status}"

0 comments on commit 6faca55

Please sign in to comment.