We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a469f commit 28b80bbCopy full SHA for 28b80bb
star/Makefile
@@ -212,7 +212,7 @@ SRCS_CHECK = test/src/run.f90 test/src/run_star_extras.f90
212
INTERNAL_DEPENDS_ON := const utils star_data ionization atm turb auto_diff
213
BINTYPE := static-lib
214
INCLUDE_DIRS := -Iprivate -Ipublic -Idefaults -Ijob
215
-CHECK_DIFF_PROG := sh -c "diff -b <(grep 'stop because star_age >= max_age' \$$1) \$$2" diff
+CHECK_DIFF_PROG := bash -c "diff -b <(grep 'stop because star_age >= max_age' \$$1) \$$2" diff
216
217
# Testing
218
0 commit comments