Skip to content

Use /usr/bin/env bash path discovery in build_coreboot.sh

Yana Timoshenko requested to merge alpakido/coreboot-files:usr-bin-env into master

Some systems (GuixSD, NixOS) do not install programs like Bash and Python to /usr/bin, so /usr/bin/env has to be used to locate these instead.

This patch in itself is not sufficient for the entire build, will send a similar patch to Coreboot upstream.

Merge request reports