Set SHELL=/bin/sh for macOS in Makefiles

This commit is contained in:
Landon Curt Noll
2021-12-07 04:35:42 -08:00
parent faf40b7149
commit c54e2648dc
3 changed files with 7 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ The following are the changes from calc version 2.14.0.11 to date:
Fixed depend rule for custom/Makefile.
Fixed how Makefile variable SHELL is set on macOS vs. linux.
Using /bin/sh on macOS due to how zsh treats globs by default.
The following are the changes from calc version 2.14.0.9 to 2.14.0.10: