make build.sh die on error
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1ca8aec206
commit
dde2f37054
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -23,6 +23,9 @@
|
||||||
# Pull a directory from a target, both sides have the same name (i.e. explorers)
|
# Pull a directory from a target, both sides have the same name (i.e. explorers)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# exit on any error
|
||||||
|
set -e
|
||||||
|
|
||||||
# Manpage and HTML
|
# Manpage and HTML
|
||||||
A2XM="a2x -f manpage --no-xmllint"
|
A2XM="a2x -f manpage --no-xmllint"
|
||||||
A2XH="a2x -f xhtml --no-xmllint"
|
A2XH="a2x -f xhtml --no-xmllint"
|
||||||
|
|
Loading…
Reference in a new issue