garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
36 stars 29 forks source link

Shellcheck scripts (support zsh) #63

Closed QSchulz closed 3 years ago

QSchulz commented 3 years ago

zsh support is broken for scripts to be run on the host. This fixes it and makes sure that we do not introduce further bashism in host scripts by running shellcheck in POSIX mode which most shells should be decently compliant with.

While at it, run shellcheck in bash mode for scripts to be run in container (in image directory) since bash only will be used.

This has not been tested.