cpb- / yocto-cooker

Meta buildtool for Yocto Project based Linux embedded systems
GNU General Public License v2.0
43 stars 22 forks source link

[DEV] Default to `bash` when running `cooker shell`. #108

Closed cpb- closed 2 years ago

cpb- commented 2 years ago

When the SHELL environment variable is not defined, we have to default to /bin/bash (like when we launch bitbake) instead of /bin/sh which is often a link to /bin/dash.

Closes: #99