Skip to content

Commit

Permalink
Update scripts/exglobal_diag.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <[email protected]>
  • Loading branch information
HenryRWinterbottom and DavidHuber-NOAA authored Jun 14, 2024
1 parent 06456f3 commit 7fc3aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/exglobal_diag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ EOFdiag
for rtype in $rlist; do
set +e
for rfile in *"${rtype}"*; do
if [[ -s "${rfile}" ]]; then
if [[ -s "${rfile}" ]]; then
${CHGRP_CMD} "${rfile}"
${STRICT_ON:-set -e}
${STRICT_ON:-set -e}
fi
done
done
Expand Down

0 comments on commit 7fc3aa5

Please sign in to comment.