Skip to content

Commit ba6b2f9

Browse files
Address SC2086 in exglobal_atmos_vminmon.sh
Refs #1925
1 parent 1ae1bce commit ba6b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/exglobal_atmos_vminmon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ elif [[ ${rc_reduct} -ne 0 ]]; then
7272
err=${rc_reduct}
7373
fi
7474

75-
exit ${err}
75+
exit "${err}"
7676

0 commit comments

Comments
 (0)