mirror of https://github.com/rusefi/wideband.git
now it actually fails?
This commit is contained in:
parent
9c938db3b8
commit
11af5acbc1
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -eo pipefail
|
||||||
|
|
||||||
if [ ! "$USE_OPENBLT" ]; then
|
if [ ! "$USE_OPENBLT" ]; then
|
||||||
USE_OPENBLT=no
|
USE_OPENBLT=no
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
# first build the bootloader
|
# first build the bootloader
|
||||||
cd bootloader
|
cd bootloader
|
||||||
|
|
Loading…
Reference in New Issue