Skip to content

Commit 4bedc23

Browse files
committed
fix: changed the comments and removed unused code
1 parent c2251c1 commit 4bedc23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fypp-gfortran.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
njob="$(nproc)"
1616
fi
1717

18-
# Create directories for the fpm project.
18+
# Create directory for saving preprocessed files.
1919
mkdir -p "$destdir/preprocessed_files"
2020

2121
# Preprocess all files with .fypp extension in source directory.
@@ -26,8 +26,6 @@ find src -iname "*.fypp" \
2626

2727
args=("$@")
2828

29-
file=$(printf "%s\n" "${args[@]}" | grep -P '^.+\.[fF]90')
30-
3129
exec gfortran "${args[@]}"
3230

3331

0 commit comments

Comments
 (0)