Skip to content

Commit

Permalink
address shellnorms error in config.atm files (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Mar 2, 2023
1 parent f2d8468 commit 1536262
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.atmanlfinal
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
echo "BEGIN: config.atmanlfinal"

# Get task specific resources
. "${EXPDIR}/config.resources atmanlfinal"
. "${EXPDIR}"/config.resources atmanlfinal
echo "END: config.atmanlfinal"
2 changes: 1 addition & 1 deletion parm/config/config.atmanlinit
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
echo "BEGIN: config.atmanlinit"

# Get task specific resources
. ${EXPDIR}/config.resources atmanlinit
. "${EXPDIR}"/config.resources atmanlinit
echo "END: config.atmanlinit"
2 changes: 1 addition & 1 deletion parm/config/config.atmanlrun
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
echo "BEGIN: config.atmanlrun"

# Get task specific resources
. "${EXPDIR}/config.resources atmanlrun"
. "${EXPDIR}"/config.resources atmanlrun

echo "END: config.atmanlrun"
2 changes: 1 addition & 1 deletion parm/config/config.atmensanlfinal
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
echo "BEGIN: config.atmanlfinal"

# Get task specific resources
. "${EXPDIR}/config.resources atmanlfinal"
. "${EXPDIR}"/config.resources atmanlfinal
echo "END: config.atmanlfinal"
2 changes: 1 addition & 1 deletion parm/config/config.atmensanlinit
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
echo "BEGIN: config.atmanlinit"

# Get task specific resources
. "${EXPDIR}/config.resources atmanlinit"
. "${EXPDIR}"/config.resources atmanlinit
echo "END: config.atmanlinit"
2 changes: 1 addition & 1 deletion parm/config/config.atmensanlrun
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
echo "BEGIN: config.atmanlrun"

# Get task specific resources
. "${EXPDIR}/config.resources atmanlrun"
. "${EXPDIR}"/config.resources atmanlrun

echo "END: config.atmanlrun"

0 comments on commit 1536262

Please sign in to comment.