mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
handle/make/config: add missing pipes for err
i forgot to add these! without them, the script will always exit with an error Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -224,7 +224,7 @@ check_config()
|
|||||||
|
|
||||||
run_make_command()
|
run_make_command()
|
||||||
{
|
{
|
||||||
./handle make file -c "${codedir}"
|
./handle make file -c "${codedir}" || \
|
||||||
fail "run_make_command: make distclean/clean failed"
|
fail "run_make_command: make distclean/clean failed"
|
||||||
|
|
||||||
cp "${config}" "${codedir}/.config" || \
|
cp "${config}" "${codedir}/.config" || \
|
||||||
|
|||||||
Reference in New Issue
Block a user