Skip to content

Commit

Permalink
Fix quoting errors in S4.env. NOAA-EMC#1297
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 8, 2023
1 parent 9ecf6fd commit bb792d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions env/S4.env
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ elif [[ "${step}" = "aeroanlrun" ]]; then
export APRUN_AEROANL="${launcher} -n ${npe_aeroanlrun}"

elif [[ "${step}" = "ocnanalbmat" ]]; then
echo "WARNING: "${step}" is not enabled on S4!"
echo "WARNING: ${step} is not enabled on S4!"

elif [[ "${step}" = "ocnanalrun" ]]; then
echo "WARNING: "${step}" is not enabled on S4!"
echo "WARNING: ${step} is not enabled on S4!"

elif [[ "${step}" = "anal" ]] || [[ "${step}" = "analcalc" ]]; then

Expand Down Expand Up @@ -278,9 +278,9 @@ elif [[ "${step}" = "postsnd" ]]; then

elif [[ "${step}" = "awips" ]]; then

echo "WARNING: "${step}" is not enabled on S4!"
echo "WARNING: ${step} is not enabled on S4!"

elif [[ "${step}" = "gempak" ]]; then

echo "WARNING: "${step}" is not enabled on S4!"
echo "WARNING: ${step} is not enabled on S4!"
fi

0 comments on commit bb792d4

Please sign in to comment.