Skip to content

Commit

Permalink
Correct shellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Oct 4, 2024
1 parent 237d3b3 commit 8a18d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ush/parsing_namelists_GOCART.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ GOCART_namelists() {
cat "${AERO_CONFIG_DIR}/ExtData.${AERO_EMIS_FIRE:-none}" ; \
echo "%%" ; \
} > "${DATA}/AERO_ExtData.rc"
# shellcheck disable=SC2320
status=$?
if (( status != 0 )); then exit "${status}"; fi
fi
Expand Down

0 comments on commit 8a18d62

Please sign in to comment.