Skip to content

Commit

Permalink
fix typo in added input for RT_COMPILER
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Mar 24, 2023
1 parent 70cedf5 commit 15b490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
MACHINE_ID=$1
MAKE_OPT=${2:-}
COMPILE_NR=${3:+_$3}
RT_COMPILER=${4:+_$4}
RT_COMPILER=${4:+$4}
clean_before=${5:-YES}
clean_after=${6:-YES}
fi
Expand Down

0 comments on commit 15b490c

Please sign in to comment.