Skip to content

Commit

Permalink
fix(single-file-source): respect file ext case
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Rouson committed Jul 21, 2024
1 parent 0f446c5 commit 4f094e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-single-source-file-programs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fi
echo "Creating saturated-mixing-ratio.F90"
cat single-file.F90 \
../example/supporting-modules/saturated_mixing_ratio_m.f90 \
../example/learn-saturated-mixing-ratio.f90 \
../example/learn-saturated-mixing-ratio.F90 \
> saturated-mixing-ratio.F90

if [ ! -f saturated-mixing-ratio.F90 ]; then
Expand Down

0 comments on commit 4f094e2

Please sign in to comment.