Skip to content

Commit

Permalink
added missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-wahl committed Dec 12, 2024
1 parent ef7f705 commit 102d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/echam/echam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ compile_infos:
branch: feature/couple_to_nemo3.6_mops
clean_command: cd src/echam; rm -rf src/echam/bin; rm -rf bin; make clean; make distclean
comp_command: cd src/echam;
git submodule init ; git submodule update cdi
git submodule init; git submodule update cdi;
mkdir -p src/.deps yaxt/src/.deps yaxt/tests/.deps;
./config/createMakefiles.pl; autoreconf -i --force;
unset FCFLAGS; unset FFLAGS;
Expand Down

0 comments on commit 102d1a2

Please sign in to comment.