scripts: run all scripts with -e
Run all scripts with -e so they exit as soon as something breaks. That way the build stops at the first error, not some other error. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
committed by
Dirk Hohndel
parent
925fd8d4c1
commit
04d8d7cb13
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
#
|
||||
# Author(s): Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
#
|
||||
# Author(s): Guillaume GARDET <guillaume.gardet@free.fr>
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user