Skip to content

Commit 28b80bb

Browse files
build: switch to bash where non-sh features are used
1 parent 18a469f commit 28b80bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ SRCS_CHECK = test/src/run.f90 test/src/run_star_extras.f90
212212
INTERNAL_DEPENDS_ON := const utils star_data ionization atm turb auto_diff
213213
BINTYPE := static-lib
214214
INCLUDE_DIRS := -Iprivate -Ipublic -Idefaults -Ijob
215-
CHECK_DIFF_PROG := sh -c "diff -b <(grep 'stop because star_age >= max_age' \$$1) \$$2" diff
215+
CHECK_DIFF_PROG := bash -c "diff -b <(grep 'stop because star_age >= max_age' \$$1) \$$2" diff
216216

217217
# Testing
218218

0 commit comments

Comments
 (0)