Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile to force a shell when running command
Address a build break on Ubuntu 20.04 in the Makefile whereby calling `command` fails Signed-off-by: Andy Edwards <[email protected]>
- Loading branch information
71cae31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though Bash is somewhat more standardized than sh, how about running Bash with
--posix
then, to avoid Bashisms creeping in? See: https://www.gnu.org/software/bash/manual/html_node/Bash-POSIX-Mode.html71cae31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, interested in opening a PR?