From 8a18d626bdf2a3130f84c503ebf5bc803bd2a180 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Fri, 4 Oct 2024 00:02:55 -0500 Subject: [PATCH] Correct shellcheck error --- ush/parsing_namelists_GOCART.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ush/parsing_namelists_GOCART.sh b/ush/parsing_namelists_GOCART.sh index ea3a7c6c60..e39f0808ab 100644 --- a/ush/parsing_namelists_GOCART.sh +++ b/ush/parsing_namelists_GOCART.sh @@ -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