Skip to content

Conversation

@sona-tau
Copy link

Currently the SHELL variable in the Makefile uses /bin/bash as a shell. This would normally work except for the users that have the bash executable installed somewhere else on their system. (Example: NixOS users, like me) Using /usr/bin/env bash will ensure that the bash executable is found on any system.

Simply changing this line solved this issue for me.

Change `SHELL` variable in Makefile from `/bin/bash` to `/usr/bin/env bash`.
@PeterFeicht PeterFeicht merged commit d0a5b77 into PeterFeicht:master Nov 10, 2024
@PeterFeicht
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants