Nitrokey / nitrokey-documentation

User documentation of Nitrokey's products
https://docs.nitrokey.com
33 stars 34 forks source link

Remove bashism from Makefile #164

Closed robin-nitrokey closed 1 year ago

robin-nitrokey commented 1 year ago

The source built-in is a bashim and not available e. g. in dash. This patch replaces it with .

szszszsz commented 1 year ago

How about setting in Makefile bash as a target shell instead?

robin-nitrokey commented 1 year ago

We could also do that, but as the required change is minimal, I’d default to just use POSIX shell.