Skip to content

Commit

Permalink
rm duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaEscobar committed Oct 2, 2024
1 parent 5f2aad0 commit 6e03d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/genmake2
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,6 @@ done
# Sort the F90 files in topological order
while IFS= read -r f90file; do
mod_used=$(grep -i "^[^!]*\buse\b" $f90file | awk '{print $2}' | tr -d ',')
# Find modules used, ignoring those commented out
mod_used=$(grep -i "^[^!]*\buse\b" $f90file | awk '{print $2}' | tr -d ',')
Expand Down

0 comments on commit 6e03d27

Please sign in to comment.