1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

test_build.sh: use sh from env

Change-Id: I3897b8d980425ecbb89b238d4a766f628cf9d3e6
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/51978
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Thomas Heijligen 2021-03-31 13:30:55 +02:00 committed by Nico Huber
parent 0cdd42f59f
commit ada10bb43d

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env sh
set -e set -e
make CONFIG_EVERYTHING=yes WARNERROR=yes make CONFIG_EVERYTHING=yes WARNERROR=yes