Skip to content

Commit

Permalink
Merge pull request #184 from BerkeleyLab/fix-single-file-source
Browse files Browse the repository at this point in the history
fix(single-file-source): respect file extension case
  • Loading branch information
rouson committed Jul 21, 2024
2 parents 0f446c5 + 4f094e2 commit 7d564b8
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 7d564b8

Please sign in to comment.