diff --git a/cooker/cooker.py b/cooker/cooker.py index 4438174..f9b9b70 100644 --- a/cooker/cooker.py +++ b/cooker/cooker.py @@ -636,7 +636,7 @@ def run_bitbake(self, build_config, bb_task, bb_target): def shell(self, build_names: List[str]): build_dir = self.get_buildable_builds(build_names)[0].dir() init_script = self.config.layer_dir(self.distro.BASE_DIRECTORY + "/" + self.distro.BUILD_SCRIPT) - shell = os.environ.get('SHELL', '/bin/sh') + shell = os.environ.get('SHELL', '/bin/bash') debug('running interactive, poky-initialized shell {} {} {}', build_dir, init_script, shell)