Skip to content

Commit

Permalink
Address lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 30, 2023
1 parent e1dbf68 commit bb2fc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/rocoto/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ fhrlst=$(echo ${FHRLST} | sed -e 's/_/ /g; s/f/ /g; s/,/ /g')
#---------------------------------------------------------------
for fhr in ${fhrlst}; do
export post_times=${fhr}
${HOMEgfs}/jobs/JGLOBAL_ATMOS_POST
"${HOMEgfs}/jobs/JGLOBAL_ATMOS_POST"
status=$?
[[ ${status} -ne 0 ]] && exit ${status}
[[ ${status} -ne 0 ]] && exit "${status}"
done

exit 0

0 comments on commit bb2fc24

Please sign in to comment.