Skip to content

Commit

Permalink
build: switch to bash where non-sh features are used
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVanlaer committed Jan 23, 2025
1 parent e7aaa47 commit 6315ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion star/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ SRCS_CHECK = test/src/run.f90 test/src/run_star_extras.f90
INTERNAL_DEPENDS_ON := const utils star_data ionization atm turb auto_diff
BINTYPE := static-lib
INCLUDE_DIRS := -Iprivate -Ipublic -Idefaults -Ijob
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

# Testing

Expand Down

0 comments on commit 6315ff1

Please sign in to comment.