Skip to content

Commit

Permalink
address ShellCheck errors in config files (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Mar 1, 2023
1 parent ae127fe commit 25f0694
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 93 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"
Loading

0 comments on commit 25f0694

Please sign in to comment.